Skip to content

Commit

Permalink
Merge pull request #129 from Kanti/master
Browse files Browse the repository at this point in the history
[BUGFIX] remove debug output
  • Loading branch information
Kanti committed Dec 17, 2014
2 parents 19158e5 + 5d8ab2f commit 0326569
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions system/upgrade/run.php
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 0326569

Please sign in to comment.