Changeset 6916 for temp/trunk
- Timestamp:
- 2006/10/26 18:44:50 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/module/Net/Socket.php (modified) (1 diff)
-
html/install/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/module/Net/Socket.php
r6914 r6916 24 24 define("SOCKET_PHP_DIR", $SOCKET_PHP_DIR); 25 25 } 26 require_once '../PEAR.php';26 require_once SOCKET_PHP_DIR. '/../PEAR.php'; 27 27 28 28 define('NET_SOCKET_READ', 1); -
temp/trunk/html/install/index.php
r6900 r6916 7 7 require_once("../require.php"); 8 8 $INSTALL_DIR = realpath(dirname( __FILE__)); 9 //require_once(DATA_PATH. "module/Request.php");10 9 require_once("../../data/module/Request.php"); 11 12 sfprintr($INSTALL_DIR);13 10 14 11 class LC_Page {
Note: See TracChangeset
for help on using the changeset viewer.
