This commit is contained in:
jakani24
2024-05-10 11:43:06 +02:00
parent 9af6b5e06a
commit 6443e78c0c
20 changed files with 90 additions and 26 deletions

View File

@@ -64,10 +64,10 @@ if(isset($_GET["rtp_excluded"])){
$stmt -> close();
}
if(isset($_GET["dissalowed_start"])){
if(isset($_GET["disallowed_start"])){
echo(load_secret()."\n");
//load all the entrys from a db table
$sql = "SELECT path,id FROM dissalowed_start ORDER BY id";
$sql = "SELECT path,id FROM disallowed_start ORDER BY id";
$stmt = $conn->prepare($sql);
// Execute the statement
$stmt->execute();