Changeset 12328


Ignore:
Timestamp:
2007/05/09 09:53:45 (17 years ago)
Author:
naka
Message:
 
Location:
branches/dev/html
Files:
2 edited

Legend:

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

    r12327 r12328  
    11<?php 
    2     print("?"); 
    32    // HTML¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¤ÎDATA¥Ç¥£¥ì¥¯¥È¥ê¤ÎÁêÂХѥ¹ 
    43    define("HTML2DATA_DIR", "/../data/"); 
    5         print("?"); 
    64?> 
  • branches/dev/html/require.php

    r12325 r12328  
    88$include_dir = realpath(dirname( __FILE__)); 
    99require_once($include_dir . "/define.php"); 
    10 require_once($include_dir . HTML2DATA_DIR. "conf/conf.php");     
     10require_once($include_dir . HTML2DATA_DIR. "conf/conf.php"); 
     11print("conf"); 
    1112require_once($include_dir . HTML2DATA_DIR . "include/module.inc"); 
    1213require_once($include_dir . HTML2DATA_DIR . "lib/glib.php"); 
Note: See TracChangeset for help on using the changeset viewer.