1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

remove old bit of code

This commit is contained in:
jim winstead
2001-01-20 01:54:37 +00:00
parent 2a9e6e2920
commit 8c2227cefd

View File

@@ -12,15 +12,6 @@ if (!isset($source_site)) {
$source_site="www.php.net";
}
switch($download_file) {
case "php-4.0b4.tar.gz":
$download_file = "php-4.0b4pl1.tar.gz";
break;
case "php-4.0b4-Win32.zip":
$download_file = "php-4.0b4pl1-Win32.zip";
break;
}
header("Location: http://$source_site/distributions/$download_file");
$log = @fopen("logs/download.log", "a");