Plugin Directory

Changeset 925676


Ignore:
Timestamp:
06/03/2014 12:53:55 PM (12 years ago)
Author:
nicoss01
Message:

bug ph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • loi-hamon/trunk/woo_loi_hamon.php

    r925675 r925676  
    290290    $version="1.0.4";
    291291    $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);
    294294    return true;
    295295}
Note: See TracChangeset for help on using the changeset viewer.