mirror of
				https://github.com/billz/raspap-webgui.git
				synced 2025-03-01 10:31:47 +00:00 
			
		
		
		
	Update w/ getColorOpt()
This commit is contained in:
		| @@ -1,10 +1,7 @@ | ||||
| <?php header("Content-Type: text/css; charset=utf-8"); ?> | ||||
| <?php | ||||
| if (!isset($_COOKIE['color'])) { | ||||
|     $color = "#d8224c"; | ||||
| } else { | ||||
|     $color = $_COOKIE['color']; | ||||
| } | ||||
| require_once '../../includes/functions.php'; | ||||
| $color = getColorOpt(); | ||||
| ?> | ||||
|  | ||||
| /* | ||||
|   | ||||
		Reference in New Issue
	
	Block a user