Browse Source

[BUGFIX] remove debug output

pull/129/head
Kanti 11 years ago
parent
commit
5d8ab2f97e
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