- Timestamp:
- 2006/12/01 14:18:47 (20 years ago)
- Location:
- temp/trunk/html/test/kakinaka/pear
- Files:
-
- 2 edited
-
Auth/Container/DB.php (modified) (1 diff)
-
Auth_HTTP.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/test/kakinaka/pear/Auth/Container/DB.php
r10038 r10044 26 26 * Include Auth_Container base class 27 27 */ 28 require_once ' Auth/Container.php';28 require_once '../Container.php'; 29 29 /** 30 30 * Include PEAR DB -
temp/trunk/html/test/kakinaka/pear/Auth_HTTP.php
r10043 r10044 22 22 // 23 23 24 require_once " ./Auth.php";24 require_once "Auth.php"; 25 25 26 26 define('AUTH_HTTP_NONCE_TIME_LEN', 16);
Note: See TracChangeset
for help on using the changeset viewer.
