From 4f141975778bdbc8a61812b7e785880a8fa51965 Mon Sep 17 00:00:00 2001 From: Shish Date: Wed, 15 Jul 2009 22:20:10 +0100 Subject: [PATCH] remove the auto install file after using it --- install.php | 1 + 1 file changed, 1 insertion(+) diff --git a/install.php b/install.php index b0b8e0b2..d87d8a1b 100644 --- a/install.php +++ b/install.php @@ -86,6 +86,7 @@ function do_install() { // {{{ } else if(file_exists("auto_install.conf")) { install_process(trim(file_get_contents("auto_install.conf"))); + unlink("auto_install.conf"); } else { begin();