Changeset 14710 for branches


Ignore:
Timestamp:
2007/06/15 19:46:18 (19 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/require.php

    r14709 r14710  
    77$include_dir = realpath(dirname( __FILE__)); 
    88require_once($include_dir . "/define.php"); 
    9  exit(); 
    109require_once($include_dir . HTML2DATA_DIR. "conf/conf.php"); 
    1110require_once($include_dir . HTML2DATA_DIR . "include/module.inc"); 
     11 exit(); 
    1212require_once($include_dir . HTML2DATA_DIR . "lib/glib.php"); 
    1313require_once($include_dir . HTML2DATA_DIR . "lib/slib.php"); 
Note: See TracChangeset for help on using the changeset viewer.