For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > April 2007 > cvs: phpweb / mirroring.php









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author cvs: phpweb / mirroring.php
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
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com