Browse Source

Update UpdateController.class.php

star7th 7 years ago
parent
commit
796114557a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      server/Application/Home/Controller/UpdateController.class.php

+ 2 - 2
server/Application/Home/Controller/UpdateController.class.php

@@ -222,7 +222,7 @@ class UpdateController extends BaseController {
             }
         }
 
-        echo 'OK!';
+        echo "OK!\n";
     }
 
     private function _clear_runtime($path = RUNTIME_PATH){  
@@ -528,4 +528,4 @@ class UpdateController extends BaseController {
     }
 
 
-}
+}