Update index.php
This commit is contained in:
@@ -4,7 +4,7 @@ include 'conststr.php';
|
|||||||
include 'functions.php';
|
include 'functions.php';
|
||||||
|
|
||||||
$theme = getConfig('theme');
|
$theme = getConfig('theme');
|
||||||
if ($theme=='') $theme = 'classic.php';
|
if ( $theme=='' || !file_exists('theme/'.$theme) ) $theme = 'classic.php';
|
||||||
include 'theme/'.$theme;
|
include 'theme/'.$theme;
|
||||||
|
|
||||||
//echo '<pre>'. json_encode($_SERVER, JSON_PRETTY_PRINT).'</pre>';
|
//echo '<pre>'. json_encode($_SERVER, JSON_PRETTY_PRINT).'</pre>';
|
||||||
|
|||||||
Reference in New Issue
Block a user