Ignore:
Timestamp:
2006/09/06 16:52:56 (20 years ago)
Author:
kakinaka
Message:

blank

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/__default.php

    r3716 r3717  
    11<?php 
    22$PHP_DIR = realpath(dirname( __FILE__)); 
    3 require_once($PHP_DIR . "require.php"); 
     3require_once($_SERVER['DOCUMENT_ROOT'] . "require.php"); 
    44 
    55class LC_Page { 
     
    1111} 
    1212 
    13  
    1413sfprintr($PHP_DIR); 
    15  
    1614 
    1715$objPage = new LC_Page(); 
Note: See TracChangeset for help on using the changeset viewer.