Number Translations: Database class integration.

This commit is contained in:
Nate
2019-08-10 21:52:02 -06:00
parent 6d7d7eef13
commit ad6e1df096
4 changed files with 109 additions and 112 deletions

View File

@@ -39,8 +39,8 @@
}
//set the variables
$cmd = check_str($_GET['cmd']);
$rdr = check_str($_GET['rdr']);
$cmd = $_GET['cmd'];
$rdr = $_GET['rdr'];
//create the event socket connection
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);