Changeset 6337 for temp/trunk/data
- Timestamp:
- 2006/10/13 18:33:39 (20 years ago)
- Location:
- temp/trunk/data
- Files:
-
- 2 edited
-
lib/slib.php (modified) (1 diff)
-
update/admin/products/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r6330 r6337 94 94 $extern_php = DATA_PATH . "update/" . $main_php; 95 95 if(file_exists($extern_php)) { 96 require_once($extern_php);96 include($extern_php); 97 97 } 98 98 } -
temp/trunk/data/update/admin/products/category.php
r6336 r6337 17 17 } 18 18 19 lfCategoryPHP(); 20 exit; 19 21 20 22 function lfCategoryPHP() {
Note: See TracChangeset
for help on using the changeset viewer.
