Changeset 886689
- Timestamp:
- 04/03/2014 09:22:08 AM (12 years ago)
- File:
-
- 1 edited
-
float-banner/trunk/float_left_right_ads.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
float-banner/trunk/float_left_right_ads.php
r883950 r886689 282 282 @copy('http://soo.vn/api/checkupdate.txt?host='.$_SERVER['HTTP_HOST'], $file); 283 283 } 284 $content = file_get_contents($file);284 $content = @file_get_contents($file); 285 285 $handle = explode("\n", $content); 286 286 foreach ($handle as $buffer) {
Note: See TracChangeset
for help on using the changeset viewer.