diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-02 10:39:03 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-02 10:39:03 +0200 |
commit | 2ee436eaa19fd5819a0e6c705b5fcc93f11fb338 (patch) | |
tree | 0800203c342c47f8bb0bbb626f55e6158cd2674a /inc/MyTool.class.php | |
parent | 02ea9f07691adf79f3f9d6cddfb1e045777927b6 (diff) | |
download | wallabag-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.php | 2 |
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); |