mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 17:14:42 +02:00
introducing 'powered by' info
This commit is contained in:
@@ -195,6 +195,11 @@ else
|
||||
//
|
||||
@include(realpath(dirname(__FILE__).'/e107_config.php'));
|
||||
|
||||
if(!defined('e_POWEREDBY_DISABLE'))
|
||||
{
|
||||
define('e_POWEREDBY_DISABLE', false);
|
||||
}
|
||||
|
||||
if(isset($CLASS2_INCLUDE) && ($CLASS2_INCLUDE!=''))
|
||||
{
|
||||
require_once(realpath(dirname(__FILE__).'/'.$CLASS2_INCLUDE));
|
||||
|
Reference in New Issue
Block a user