Changeset 13311
- Timestamp:
- 2007/05/23 09:59:58 (16 years ago)
- Location:
- branches/dev/html
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/index.php
r13310 r13311 7 7 8 8 require_once("./require.php"); 9 10 print('test');11 9 12 10 class LC_Page { -
branches/dev/html/require.php
r12335 r13311 6 6 */ 7 7 8 print($_SERVER["SERVER_ADDR"]); 9 8 10 $include_dir = realpath(dirname( __FILE__)); 9 11 require_once($include_dir . "/define.php");
Note: See TracChangeset
for help on using the changeset viewer.