little changes

This commit is contained in:
2025-05-22 13:58:14 +02:00
parent abc3d30473
commit 0a4921646e
3 changed files with 11 additions and 11 deletions

View File

@ -5,7 +5,7 @@ require_once "config.php";
setlocale(LC_CTYPE, $locale);
if ($_SERVER["QUERY_STRING"] != "") {
include "show.php";
include "switch.php";
exit;
}
?>