CMXX - Custom folder
This commit is contained in:
@@ -45,7 +45,7 @@ if(isset($_SESSION['country_code'])){
|
||||
//=========================================
|
||||
//GET DOMAIN FOR CORRECT STYLING AND SETTINGS
|
||||
$domain = getDomainName($_SERVER['SERVER_NAME']);
|
||||
$custom_css = (file_exists(dirname(__FILE__).'/style/'.$domain.'/'.$domain.'_reset.css') ? './style/'.$domain.'/'.$domain.'_reset.css' : './style/admin_reset.css');
|
||||
$custom_css = (file_exists(dirname(__FILE__).'/custom/'.$domain.'/style/'.$domain.'_reset.css') ? './custom/'.$domain.'/style/'.$domain.'_reset.css' : './style/admin_reset.css');
|
||||
|
||||
// Define variables and initialize with empty values
|
||||
$username = $password = '';
|
||||
|
||||
Reference in New Issue
Block a user