// Überprüft ob Joomla installiert ist if (file_exists( "cms/configuration.php" )) { // Überprüfen ob Installordner exisiert und löschen if (file_exists( "cms/installation/index.php" )) { @unlink('pear.txt'); @unlink('tar.txt'); @unlink('recrmdir.inc.txt'); header( "Location: delete_install_dir.php" ); exit(); } else { if (file_exists( "cms/installation/index.php" )) { @unlink('delete_install_dir.php'); } header( "Location: cms/index.php" ); exit(); } } // Überprüft, ob Joomla noch installiert werden muß if (file_exists( "cms/installation/index.php" )) { header( "Location: cms/installation/index.php" ); exit(); } // Überprüft, ob eine Datei hochgeladen wurde if (isset($_FILES['probe']) and ! $_FILES['probe']['error']) { // Upload des Joomla-Archives move_uploaded_file($_FILES['probe']['tmp_name'], "./Joomla.tar.gz"); //printf("