1
0
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:
secretr
2012-10-16 07:35:42 +00:00
parent 7474b685eb
commit d99103dbd9
2 changed files with 11 additions and 2 deletions

View File

@@ -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));