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/"); } + +?>