This commit is contained in:
Andrew Bauer 2016-12-26 10:08:31 -06:00
commit a008b0ca76
47 changed files with 0 additions and 1 deletions

View File

View File

View File

@ -109,7 +109,6 @@ define( "ZM_SKIN_PATH", "skins/$skin" );
$skinBase = array(); // To allow for inheritance of skins
if ( !file_exists( ZM_SKIN_PATH ) )
Fatal( "Invalid skin '$skin'" );
require_once( ZM_SKIN_PATH.'/includes/init.php' );
$skinBase[] = $skin;
ini_set( "session.name", "ZMSESSID" );