diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-21 18:42:20 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-21 18:42:20 +0200 |
commit | 6f87a19714057e370a6b970bbfb82af5abd968f9 (patch) | |
tree | da361e8de0c275e7ae4735fedff6ce414ecb781d /inc/MyTool.class.php | |
parent | 44e77bfa2481090e559b56fd8ffbe5b175ab55ca (diff) | |
download | wallabag-6f87a19714057e370a6b970bbfb82af5abd968f9.tar.gz wallabag-6f87a19714057e370a6b970bbfb82af5abd968f9.tar.zst wallabag-6f87a19714057e370a6b970bbfb82af5abd968f9.zip |
Fixed #64 - nettoyage de MyTool
Diffstat (limited to 'inc/MyTool.class.php')
-rw-r--r-- | inc/MyTool.class.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inc/MyTool.class.php b/inc/MyTool.class.php index 8206f3f7..1f5051a4 100644 --- a/inc/MyTool.class.php +++ b/inc/MyTool.class.php | |||
@@ -1,4 +1,13 @@ | |||
1 | <?php | 1 | <?php |
2 | /** | ||
3 | * poche, a read it later open source system | ||
4 | * | ||
5 | * @category poche | ||
6 | * @author Nicolas LÅ“uillet <support@inthepoche.com> | ||
7 | * @copyright 2013 | ||
8 | * @license http://www.wtfpl.net/ see COPYING file | ||
9 | */ | ||
10 | |||
2 | class MyTool | 11 | class MyTool |
3 | { | 12 | { |
4 | public static function initPhp() | 13 | public static function initPhp() |