mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-17 21:38:45 -04:00
Make a global so tht we can use it in export_functions
This commit is contained in:
@@ -106,7 +106,7 @@ if ( ! is_dir("skins/$skin") ) {
|
||||
$skin = $skins[0];
|
||||
}
|
||||
}
|
||||
|
||||
global $css;
|
||||
if ( isset($_GET['css']) ) {
|
||||
$css = $_GET['css'];
|
||||
} else if ( isset($_COOKIE['zmCSS']) ) {
|
||||
|
||||
Reference in New Issue
Block a user