瀏覽代碼

Fix syntax error in API URL declaration in api_model.php

szisz 1 天之前
父節點
當前提交
c3de5003c5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/models/api_model.php

+ 1 - 1
application/models/api_model.php

@@ -3,7 +3,7 @@
 class api_model extends Model {
 
   //private $API = 'https://hoponticket.com/api/index.php';
-  private API = 'https://preprod2.bbus.umsbox.hu/api/index.php';
+  private $API = 'https://preprod2.bbus.umsbox.hu/api/index.php';
   //private $API = 'https://php82fpm.umsbox.hu/api/index.php';
   //private $API = 'https://szollosil.bbus.umsbox.hu/api/index.php';