Delete changeCSS-FER_SURFACE.php

This commit is contained in:
Fernando Méndez 2021-07-12 09:30:20 +02:00 committed by GitHub
parent 902d93f971
commit ac477d7aad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
<?php
include('../../../assets/php/config.php');
switch(true){
case strpos($_GET["css"], "main.css"): $_SESSION["css"] = "main.css"; break;
case strpos($_GET["css"], "highContrast.css"): $_SESSION["css"] = "highContrast.css"; break;
default: $_SESSION["css"] = "main.css"; break;
}
?>