UpdateDatabase.php
authorAlan Knowles <alan@roojs.com>
Tue, 9 Oct 2018 07:39:52 +0000 (15:39 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 9 Oct 2018 07:39:52 +0000 (15:39 +0800)
UpdateDatabase.php

index 952d31a..7c3a1cb 100644 (file)
@@ -203,7 +203,9 @@ class Pman_Core_UpdateDatabase extends Pman
             echo "\nError: Missing php extensions:\n";
             print_r($response);
             echo "Please install the above extensions and restart the apache.\n";
-            exit;
+            sleep(5);
+            
+            //exit;
         }
         
         echo "Checking Setup Requirements\n";