From 765a61d09f66f82ec92f7d3d3eb471a18aed84da Mon Sep 17 00:00:00 2001 From: Duncan Sommerville Date: Tue, 30 Jun 2015 16:21:33 -0400 Subject: [PATCH] Don't show status page on Airtime pro fix --- airtime_mvc/public/index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/airtime_mvc/public/index.php b/airtime_mvc/public/index.php index d749755b6..5ddad8bb4 100644 --- a/airtime_mvc/public/index.php +++ b/airtime_mvc/public/index.php @@ -67,6 +67,7 @@ else { // been neg-cached - redirect to a 404 instead until the NFS cache is updated if (strpos($_SERVER['SERVER_NAME'], "airtime.pro") !== false) { header($_SERVER['SERVER_PROTOCOL'] . ' 404 Page Not Found', true, 404); + exit; } $airtimeSetup = true; require_once(SETUP_PATH . 'setup-config.php');