diff --git a/update.php b/update.php index cb7cf0c..f513ab6 100644 --- a/update.php +++ b/update.php @@ -179,7 +179,6 @@ if (!empty($argv[1])) { $currentFile = "phpBB-$currentVersion-deutsch.tar.bz2"; $filePath = 'http://downloads.phpbb.de/pakete/deutsch/' . SUPPORTED_RELEASE_MAJOR . '.' . SUPPORTED_RELEASE_MINOR . "/$currentVersion/$currentFile"; echo $filePath; - die(); $target = "dist/$currentFile";