WIP AddressDB + api

This commit is contained in:
Frank Schubert
2022-08-25 16:59:54 +02:00
parent 4b39d5a158
commit 36b41b4e5a
23 changed files with 1373 additions and 34 deletions

View File

@@ -6,6 +6,7 @@ class UserModel {
public $password = null;
public $name = null;
public $email = null;
public $apikey = null;
public $ip = null;
public $sessionid = null;