mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
check for uptodate rsnyc settings on mirror sites
This commit is contained in:
@@ -40,3 +40,6 @@ ob_flush();
|
||||
// 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');
|
||||
|
||||
Reference in New Issue
Block a user