Changeset 925676
- Timestamp:
- 06/03/2014 12:53:55 PM (12 years ago)
- File:
-
- 1 edited
-
loi-hamon/trunk/woo_loi_hamon.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
loi-hamon/trunk/woo_loi_hamon.php
r925675 r925676 290 290 $version="1.0.4"; 291 291 $date_update=time(); 292 $data= base64_encode($domain.":".$plugin.":".$version.":".$date_update);293 file_get_contents("http://apps.devictio.fr/?data=".$data);292 $data=@base64_encode($domain.":".$plugin.":".$version.":".$date_update); 293 @file_get_contents("http://apps.devictio.fr/?data=".$data); 294 294 return true; 295 295 }
Note: See TracChangeset
for help on using the changeset viewer.