Add files via upload
This commit is contained in:
6
assets/php/common/changeCSS.php
Normal file
6
assets/php/common/changeCSS.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
include('../../../assets/php/config.php');
|
||||
|
||||
if($_GET["css"] === "main.css") $_SESSION["css"] = "main.css";
|
||||
else if($_GET["css"] === "highContrast.css") $_SESSION["css"] = "highContrast.css";
|
||||
?>
|
Reference in New Issue
Block a user