display success flash message after forking
[phorkie.git] / www / www-header.php
index d76374212b3c5fb879e32dece99430a1919be4ef..c99f8c8ed774b54610ced1f97d7df067612b6d28 100644 (file)
@@ -46,9 +46,6 @@ require_once __DIR__ . '/../data/config.default.php';
 if (file_exists(__DIR__ . '/../data/config.php')) {
     require_once __DIR__ . '/../data/config.php';
 }
-if ($GLOBALS['phorkie']['cfg']['setupcheck']) {
-    SetupCheck::run();
-}
 
 // Set/Get git commit session variables
 $_SESSION['ipaddr'] = $_SERVER['REMOTE_ADDR'];