From a488ab2ffce1b92fd9cdef1b140dce6af1e64474 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 17 Dec 2016 19:27:17 -0800 Subject: [PATCH] Make the new news script the default. --- e107_plugins/news/news.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/e107_plugins/news/news.php b/e107_plugins/news/news.php index 269fcf1af..d9be40c21 100644 --- a/e107_plugins/news/news.php +++ b/e107_plugins/news/news.php @@ -16,10 +16,6 @@ if (!defined('e107_INIT')) require_once("../../class2.php"); } -if(e_DEBUG !== 'news') -{ - exit; -} class news_front {