Delete assets directory

This commit is contained in:
Fernando Méndez
2021-07-02 17:53:29 +02:00
committed by GitHub
parent 49ba6554f9
commit d9ca15a065
51 changed files with 0 additions and 7863 deletions

View File

@ -1,6 +0,0 @@
<?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";
?>