diff --git a/src/server/cyberhex-code/install/create_db.php b/src/server/cyberhex-code/install/create_db.php index d229a61..8006abf 100644 --- a/src/server/cyberhex-code/install/create_db.php +++ b/src/server/cyberhex-code/install/create_db.php @@ -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 )"; diff --git a/src/server/cyberhex-code/system/secure_zone/php/client_settings.php b/src/server/cyberhex-code/system/secure_zone/php/client_settings.php index db9fef7..20f38a0 100644 --- a/src/server/cyberhex-code/system/secure_zone/php/client_settings.php +++ b/src/server/cyberhex-code/system/secure_zone/php/client_settings.php @@ -140,7 +140,7 @@ load_settings(); Task Settings @@ -470,7 +470,7 @@ load_settings(); -