diff options
Diffstat (limited to 'checkpkgist.php')
| -rwxr-xr-x | checkpkgist.php | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/checkpkgist.php b/checkpkgist.php index b282b88..e3cf4f2 100755 --- a/checkpkgist.php +++ b/checkpkgist.php @@ -32,6 +32,10 @@  require_once 'Cache/Lite.php'; +if (!ini_get('date.timezone')) { +     ini_set('date.timezone', 'Europe/Paris'); +} +  define ('VERSION', '1.0.0-dev');  class PkgClient {  | 
