From 144ca1203244b52c2d5dd36d46b5c0da14967c6a Mon Sep 17 00:00:00 2001 From: Arie Kurniawan Date: Tue, 25 Oct 2016 18:10:54 +0700 Subject: [PATCH] Update run.php --- system/upgrade/run.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/upgrade/run.php b/system/upgrade/run.php index 1a0d057..c372375 100644 --- a/system/upgrade/run.php +++ b/system/upgrade/run.php @@ -41,3 +41,5 @@ if (!config("dev")) { file_put_contents("index.php", file_get_contents("system/upgrade/index.php")); rrmdir("system/upgrade/"); } + +?>