Pārlūkot izejas kodu

Update UpdateController.class.php

star7th 7 gadi atpakaļ
vecāks
revīzija
796114557a

+ 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 {
     }
 
 
-}
+}