Use color_scheme config option for filemanager
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
<?php
|
<?php
|
||||||
//Default Configuration
|
//Default Configuration
|
||||||
$CONFIG = '{"lang":"en","error_reporting":false,"show_hidden":true,"hide_Cols":false,"calc_folder":false,"theme":"light"}';
|
require_once '../../scripts/common.php';
|
||||||
|
$config = get_config();
|
||||||
|
$color_scheme = $config['COLOR_SCHEME'];
|
||||||
|
$CONFIG = "{\"lang\":\"en\",\"error_reporting\":false,\"show_hidden\":true,\"hide_Cols\":false,\"calc_folder\":false,\"theme\":\"$color_scheme\"}";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* H3K | Tiny File Manager V2.4.6
|
* H3K | Tiny File Manager V2.4.6
|
||||||
|
|||||||
Reference in New Issue
Block a user