UpdateDatabase.php
authorEdward <edward@roojs.com>
Wed, 10 Oct 2018 02:39:28 +0000 (10:39 +0800)
committerEdward <edward@roojs.com>
Wed, 10 Oct 2018 02:39:28 +0000 (10:39 +0800)
UpdateDatabase.php

index e13af7c..74f1f41 100644 (file)
@@ -201,7 +201,7 @@ class Pman_Core_UpdateDatabase extends Pman
         
         if(empty($json['data']) || $json['data'] != 'DONE'){
             echo "\nError: Missing php extensions:\n";
-            print_r($response);
+            print_r($json);
             echo "Please install the above extensions and restart the apache.\n";
             sleep(5);