| Hannes Magnusson 2007-04-14, 7:58 am |
| bjori Sat Apr 14 09:19:08 2007 UTC
Modified files:
/phpweb mirroring.php
Log:
phpweb nolonger depends on include_path, all includes use absolute paths
http://cvs.php.net/viewvc.cgi/phpwe...0&diff_format=u
Index: phpweb/mirroring.php
diff -u phpweb/mirroring.php:1.59 phpweb/mirroring.php:1.60
--- phpweb/mirroring.php:1.59 Thu Apr 5 01:58:28 2007
+++ phpweb/mirroring.php Sat Apr 14 09:19:07 2007
@@ -1,5 +1,5 @@
<?php
-// $Id: mirroring.php,v 1.59 2007/04/05 01:58:28 philip Exp $
+// $Id: mirroring.php,v 1.60 2007/04/14 09:19:07 bjori Exp $
$_SERVER['BASE_PAGE'] = 'mirroring.php';
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/prepend.inc';
$SIDEBAR_DATA = '
@@ -165,9 +165,6 @@
# Webroot of PHP mirror site
DocumentRoot /www/htdocs/phpweb
- # These PHP settings are necessary to run a mirror
- php_value include_path .:/www/htdocs/phpweb/include
-
# Log server activity
ErrorLog logs/error_log
TransferLog logs/access_log
|