Browse Source

[TASK] fixed update process

pull/135/head
Kanti 11 years ago
parent
commit
fe6cf76ebf
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      system/upgrade/run.php

+ 2
- 2
system/upgrade/run.php View File

@ -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/");

Loading…
Cancel
Save