This website works better with JavaScript.
Home
Explore
Help
Sign In
LeeWeiCheng
/
altob.st123
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
更新金城繳費查詢IP
master
QxQ
6 years ago
parent
16dcdcebbe
commit
8a73bed6ee
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
models/Carpayment_model.php
+ 4
- 0
models/Carpayment_model.php
View File
@@ -394,6 +394,10 @@ class Carpayment_model extends CI_Model
{
$station_local_ip = '192.168.9.201';
}
else if($cario['station_no'] == 12171)
{
$station_local_ip = '192.168.0.201';
}
else
{
$station_local_ip = STATION_LOCAL_IP;
Write
Preview
Loading…
Cancel
Save