From fe6cf76ebf38dfb09527ff7bef44b9c3ed554caa Mon Sep 17 00:00:00 2001 From: Kanti Date: Thu, 8 Jan 2015 13:56:39 +0100 Subject: [PATCH] [TASK] fixed update process --- system/upgrade/run.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/upgrade/run.php b/system/upgrade/run.php index c78e8f2..2d4ed76 100644 --- a/system/upgrade/run.php +++ b/system/upgrade/run.php @@ -32,5 +32,5 @@ if (isGraterThan("2.3")) {// 2.4, 2.5, ... } } -//file_put_contents("index.php", file_get_contents("system/upgrade/index.php")); -//rrmdir("system/upgrade/"); +file_put_contents("index.php", file_get_contents("system/upgrade/index.php")); +rrmdir("system/upgrade/");