Skip to content

Commit b003acf

Browse files
committed
- Adding copyrights text
1 parent 016beba commit b003acf

54 files changed

Lines changed: 1401 additions & 91 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

LICENSE

Lines changed: 674 additions & 0 deletions
Large diffs are not rendered by default.

add2fav.php

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
<?
1+
<?php
2+
/**
3+
* Allomani E-Store v1.0
4+
*
5+
* @package Allomani.E-Store
6+
* @version 1.0
7+
* @copyright (c) 2006-2018 Allomani , All rights reserved.
8+
* @author Ali Allomani <info@allomani.com>
9+
* @link http://allomani.com
10+
* @license GNU General Public License version 3.0 (GPLv3)
11+
*
12+
*/
13+
214
include "global.php" ;
315
print "<html dir=\"$settings[html_dir]\">
416
<head>
@@ -21,4 +33,4 @@
2133
close_table();
2234

2335
print "</body></html>";
24-
?>
36+
?>

admin/admin_menu.php

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
<?
1+
<?php
2+
/**
3+
* Allomani E-Store v1.0
4+
*
5+
* @package Allomani.E-Store
6+
* @version 1.0
7+
* @copyright (c) 2006-2018 Allomani , All rights reserved.
8+
* @author Ali Allomani <info@allomani.com>
9+
* @link http://allomani.com
10+
* @license GNU General Public License version 3.0 (GPLv3)
11+
*
12+
*/
13+
214
print "<table width=100%>
315
416
<tr><td width=24><img src='images/home.gif' width=24></td><td bgcolor=#FFFFFF><a href='index.php'> $phrases[main_page] </a></td></tr>
@@ -162,4 +174,4 @@
162174
print "</table></fieldset>";
163175

164176

165-
unset($admin_menu_content);
177+
unset($admin_menu_content);

admin/ajax.php

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
<?php
2+
/**
3+
* Allomani E-Store v1.0
4+
*
5+
* @package Allomani.E-Store
6+
* @version 1.0
7+
* @copyright (c) 2006-2018 Allomani , All rights reserved.
8+
* @author Ali Allomani <info@allomani.com>
9+
* @link http://allomani.com
10+
* @license GNU General Public License version 3.0 (GPLv3)
11+
*
12+
*/
13+
214
chdir('./../');
315
define('CWD', (($getcwd = str_replace("\\","/",getcwd())) ? $getcwd : '.'));
416
define('IS_ADMIN', 1);
@@ -140,4 +152,4 @@
140152
db_query("UPDATE store_shipping_methods SET ord = '$i' WHERE `id` = $sort_list[$i]");
141153
}
142154
}
143-
}
155+
}

admin/banners.php

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
<?
1+
<?php
2+
/**
3+
* Allomani E-Store v1.0
4+
*
5+
* @package Allomani.E-Store
6+
* @version 1.0
7+
* @copyright (c) 2006-2018 Allomani , All rights reserved.
8+
* @author Ali Allomani <info@allomani.com>
9+
* @link http://allomani.com
10+
* @license GNU General Public License version 3.0 (GPLv3)
11+
*
12+
*/
13+
214

315
// Edited : 09-12-2009
416

admin/blocks.php

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
<?
1+
<?php
2+
/**
3+
* Allomani E-Store v1.0
4+
*
5+
* @package Allomani.E-Store
6+
* @version 1.0
7+
* @copyright (c) 2006-2018 Allomani , All rights reserved.
8+
* @author Ali Allomani <info@allomani.com>
9+
* @link http://allomani.com
10+
* @license GNU General Public License version 3.0 (GPLv3)
11+
*
12+
*/
13+
214
if(!defined('IS_ADMIN')){die('No Access');}
315

416

@@ -432,4 +444,4 @@
432444
433445
</table>
434446
</form> </center> <br>\n";
435-
}
447+
}

admin/clients.php

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
<?
1+
<?php
2+
/**
3+
* Allomani E-Store v1.0
4+
*
5+
* @package Allomani.E-Store
6+
* @version 1.0
7+
* @copyright (c) 2006-2018 Allomani , All rights reserved.
8+
* @author Ali Allomani <info@allomani.com>
9+
* @link http://allomani.com
10+
* @license GNU General Public License version 3.0 (GPLv3)
11+
*
12+
*/
13+
214
// Edited : 27-06-2010
315

416

@@ -941,4 +953,4 @@ function pass_ver(theForm){
941953
</table></fieldset>
942954
</form> ";
943955
}
944-
?>
956+
?>

admin/hot_items.php

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
<?
1+
<?php
2+
/**
3+
* Allomani E-Store v1.0
4+
*
5+
* @package Allomani.E-Store
6+
* @version 1.0
7+
* @copyright (c) 2006-2018 Allomani , All rights reserved.
8+
* @author Ali Allomani <info@allomani.com>
9+
* @link http://allomani.com
10+
* @license GNU General Public License version 3.0 (GPLv3)
11+
*
12+
*/
13+
214

315
//Edited : 07-10-2009
416

@@ -95,4 +107,4 @@
95107
print "<script type=\"text/javascript\">
96108
init_sortlist('hot_items_list','set_hot_items_sort');
97109
</script>";
98-
}
110+
}

admin/index.php

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
<?
1+
<?php
2+
/**
3+
* Allomani E-Store v1.0
4+
*
5+
* @package Allomani.E-Store
6+
* @version 1.0
7+
* @copyright (c) 2006-2018 Allomani , All rights reserved.
8+
* @author Ali Allomani <info@allomani.com>
9+
* @link http://allomani.com
10+
* @license GNU General Public License version 3.0 (GPLv3)
11+
*
12+
*/
13+
214

315
define('ADMIN_DIR', (($getcwd = str_replace("\\","/",getcwd())) ? $getcwd : '.'));
416
chdir('./../');
@@ -1622,4 +1634,4 @@
16221634
include_once("demo_msg.php");
16231635
}
16241636
}
1625-
?>
1637+
?>

admin/mailing.php

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
1-
<?
1+
<?php
2+
/**
3+
* Allomani E-Store v1.0
4+
*
5+
* @package Allomani.E-Store
6+
* @version 1.0
7+
* @copyright (c) 2006-2018 Allomani , All rights reserved.
8+
* @author Ali Allomani <info@allomani.com>
9+
* @link http://allomani.com
10+
* @license GNU General Public License version 3.0 (GPLv3)
11+
*
12+
*/
13+
214
chdir('./../');
315
define('CWD', (($getcwd = getcwd()) ? $getcwd : '.'));
416
define('IS_ADMIN', 1);
@@ -161,4 +173,4 @@
161173
}
162174

163175

164-
?>
176+
?>

0 commit comments

Comments
 (0)