For Programmers: Free Programming Magazines  


Home > Archive > PHP Mirrors > August 2004 > cvs: phpweb / mirror-info.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 / mirror-info.php
Gabor Hojtsy

2004-08-22, 3:58 pm

goba Sun Aug 22 11:02:10 2004 EDT

Modified files:
/phpweb mirror-info.php
Log:
check for uptodate rsnyc settings on mirror sites

http://cvs.php.net/diff.php/phpweb/...15&r2=1.16&ty=u
Index: phpweb/mirror-info.php
diff -u phpweb/mirror-info.php:1.15 phpweb/mirror-info.php:1.16
--- phpweb/mirror-info.php:1.15 Fri Aug 6 07:58:44 2004
+++ phpweb/mirror-info.php Sun Aug 22 11:02:10 2004
@@ -40,3 +40,6 @@
// Test if there is a /manual alias
$correctmanual = @virtual("/manual/noalias.txt");
if (!$correctmanual) { echo "manual-alias"; }
+
+// Check for for an exe file (rsnyc settings)
+echo (int) file_exists($_SERVER['DOCUMENT_ROOT'] . '/distributions/php-5.0.1-installer.exe');
Sponsored Links







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

Copyright 2008 codecomments.com