aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/MyTool.class.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-02 10:39:03 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-02 10:39:03 +0200
commit2ee436eaa19fd5819a0e6c705b5fcc93f11fb338 (patch)
tree0800203c342c47f8bb0bbb626f55e6158cd2674a /inc/MyTool.class.php
parent02ea9f07691adf79f3f9d6cddfb1e045777927b6 (diff)
downloadwallabag-2ee436eaa19fd5819a0e6c705b5fcc93f11fb338.tar.gz
wallabag-2ee436eaa19fd5819a0e6c705b5fcc93f11fb338.tar.zst
wallabag-2ee436eaa19fd5819a0e6c705b5fcc93f11fb338.zip
poche / pocket / bolsillo / Tasche & more
Diffstat (limited to 'inc/MyTool.class.php')
-rw-r--r--inc/MyTool.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/MyTool.class.php b/inc/MyTool.class.php
index 1f5051a4..b11f18e9 100644
--- a/inc/MyTool.class.php
+++ b/inc/MyTool.class.php
@@ -15,7 +15,7 @@ class MyTool
15 define('START_TIME', microtime(true)); 15 define('START_TIME', microtime(true));
16 16
17 if (phpversion() < 5) { 17 if (phpversion() < 5) {
18 die("Argh you don't have PHP 5 !"); 18 die(_('Oops, it seems you don\'t have PHP 5.'));
19 } 19 }
20 20
21 error_reporting(E_ALL); 21 error_reporting(E_ALL);