1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Maka news rewrite the default.

This commit is contained in:
Cameron 2016-12-17 19:24:48 -08:00
parent c8f1972c1d
commit 514f4d924a

View File

@ -21,10 +21,10 @@
require_once("class2.php");
if(e_DEBUG === 'news')
if(!deftrue('e_LEGACY_NEWS')) // subject to removal at any time.
{
require_once(e_PLUGIN."news/news.php");
// exit;
exit;
}
include_lan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE);