Browse Source

Merge pull request #129 from Kanti/master

[BUGFIX] remove debug output
pull/146/merge v2.4
Kanti 11 years ago
parent
commit
0326569401
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      system/upgrade/run.php

+ 0
- 4
system/upgrade/run.php View File

@ -25,14 +25,10 @@ function rrmdir($dir) {
//run upgrade specific stuff
if(isGraterThan("2.3")) {// 2.4, 2.5, ...
echo "yes";
if(file_exists("vendor/")){
rrmdir("vendor/");
}
}
else{
echo "no";
}
if(isGraterThan("2.3")) {
file_put_contents("index.php",file_get_contents("system/upgrade/index.php"));


Loading…
Cancel
Save