|
|
@@ -3,8 +3,8 @@
|
|
|
class api_model extends Model {
|
|
|
|
|
|
//private $API = 'https://szollosil.bbus.smbinfo.hu/api/index.php';
|
|
|
- private $API = 'https://hoponticket.com/api/index.php';
|
|
|
- //private $API = 'https://php82fpm.umsbox.hu/api/index.php';
|
|
|
+ //private $API = 'https://hoponticket.com/api/index.php';
|
|
|
+ private $API = 'https://php82fpm.umsbox.hu/api/index.php';
|
|
|
|
|
|
private $API_KEY = '92JxvN5Zeti4E1FDwKg0QPEl3md4vY63';
|
|
|
|