Changeset 11901 for branches/mobile/html/mobile/require.php
- Timestamp:
- 2007/03/16 16:07:24 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/mobile/html/mobile/require.php
r11418 r11901 1 1 <?php 2 2 $include_dir = realpath(dirname( __FILE__)); 3 require_once($include_dir . "/../../data/conf/mobile .conf");3 require_once($include_dir . "/../../data/conf/mobile_conf.php"); 4 4 require_once($include_dir . "/../../data/include/module.inc"); 5 5 require_once($include_dir . "/../../data/include/mobile.inc");
Note: See TracChangeset
for help on using the changeset viewer.