Ignore:
Timestamp:
2007/08/29 20:26:38 (17 years ago)
Author:
naka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-zeus/html/mobile/require.php

    r12195 r15438  
    99$include_dir = realpath(dirname( __FILE__)); 
    1010require_once($include_dir . "/../define.php"); 
     11require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/conf.php"); 
    1112 
    12 require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/conf.php"); 
    1313require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/mobile_conf.php"); 
     14 
     15 
    1416require_once($include_dir . "/.." . HTML2DATA_DIR . "include/module.inc"); 
     17 
     18 
     19 
     20 
    1521require_once($include_dir . "/.." . HTML2DATA_DIR . "include/mobile.inc"); 
     22 
     23 
    1624require_once($include_dir . "/.." . HTML2DATA_DIR . "lib/glib.php"); 
    1725require_once($include_dir . "/.." . HTML2DATA_DIR . "lib/slib.php"); 
     26 
    1827require_once($include_dir . "/.." . HTML2DATA_DIR . "class/SC_View.php"); 
    1928require_once($include_dir . "/.." . HTML2DATA_DIR . "class/SC_DbConn.php"); 
Note: See TracChangeset for help on using the changeset viewer.