1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Make the new news script the default.

This commit is contained in:
Cameron
2016-12-17 19:27:17 -08:00
parent 514f4d924a
commit a488ab2ffc

View File

@@ -16,10 +16,6 @@ if (!defined('e107_INIT'))
require_once("../../class2.php");
}
if(e_DEBUG !== 'news')
{
exit;
}
class news_front
{