Changeset 6318 for temp/trunk
- Timestamp:
- 2006/10/13 15:53:37 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/lib/slib.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r6317 r6318 116 116 // URLÀßÄê¥Ç¥£¥ì¥¯¥È¥ê¤òºï½ü 117 117 $main_php = ereg_replace(URL_DIR, "", $_SERVER['PHP_SELF']); 118 print($main_php);119 120 118 $extern_php = HTML_PATH . "update/" . $main_php; 121 119 122 print($extern_php);123 124 120 if(file_exists($extern_php)) { 125 print($extern_php);121 require_once($extern_php); 126 122 } 127 123 }
Note: See TracChangeset
for help on using the changeset viewer.
