implemented robot assignment

This commit is contained in:
2025-04-17 19:22:52 -06:00
parent aabc87961a
commit e183f22d97
9 changed files with 241 additions and 2 deletions
+1 -2
View File
@@ -3,7 +3,7 @@
$db_pass = $_ENV['DATABASE_PASSWORD'];
$ip_addr = $_ENV['IP_ADDRESS'];
if ($_SERVER['HTTP_HOST'] == 'localhost') {
if ($_SERVER['HTTP_HOST'] == 'localhost:2440') {
define('HOST', 'localhost');
define('USER', 'root');
define('PASS', $db_pass);
@@ -14,7 +14,6 @@ if ($_SERVER['HTTP_HOST'] == 'localhost') {
define('PASS', $db_pass);
define('DB', 'secureusers');
}
// Make some constants
function table_from_file($file)
{