Changeset 6321 for temp/trunk
- Timestamp:
- 2006/10/13 15:57:27 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/lib/slib.php (modified) (1 diff)
-
html/admin/products/category.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r6320 r6321 117 117 $main_php = ereg_replace(URL_DIR, "", $_SERVER['PHP_SELF']); 118 118 $extern_php = DATA_PATH . "update/" . $main_php; 119 120 print($extern_php); 121 119 122 120 if(file_exists($extern_php)) { 123 121 require_once($extern_php); -
temp/trunk/html/admin/products/category.php
r5934 r6321 305 305 return $ret; 306 306 } 307 exit; 307 308 ?>
Note: See TracChangeset
for help on using the changeset viewer.
