Changeset 10051 for temp/trunk/html/test
- Timestamp:
- 2006/12/01 14:38:39 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/pear/Auth/Container/File.php
r10038 r10051 29 29 * Include PEAR File_Passwd package 30 30 */ 31 require_once "File/Passwd.php"; 31 $include_dir = realpath(dirname( __FILE__)); 32 require_once $include_dir . "/../File/Passwd.php"; 32 33 /** 33 34 * Include Auth_Container base class
Note: See TracChangeset
for help on using the changeset viewer.
