Family login

This commit is contained in:
CHIEFSOFT\ameye
2023-05-21 10:40:55 -04:00
parent a1d0842863
commit fc72a1697f
6 changed files with 25 additions and 2 deletions
+3
View File
@@ -5,6 +5,9 @@ require_once 'config.php';
define('ADD_JOB', 10010);
define('UPDATE_JOB', 10020);
define('LOGIN_MODE_GENERAL', 1100);
define('LOGIN_MODE_FAMILY', 1105);
define('PHP_API_OK', 0);
define('PHP_LOGIN_OK', 100);
define('PHP_CREATED_OK', 10);