This commit is contained in:
jakani24
2024-05-10 11:38:47 +02:00
parent 3ff0ad60df
commit 9af6b5e06a
3 changed files with 10 additions and 10 deletions

View File

@@ -186,7 +186,7 @@
}
// Create dissalowed_start table
$sql = "CREATE TABLE IF NOT EXISTS disalowed_start (
$sql = "CREATE TABLE IF NOT EXISTS disallowed_start (
id INT AUTO_INCREMENT PRIMARY KEY,
path VARCHAR(255) NOT NULL UNIQUE
)";