diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-02-01 15:38:41 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-02-01 15:38:41 +0100 |
commit | 0af14a6e25ba35e88d96762bc73325838868e3fe (patch) | |
tree | 8f60efb36406b6e8a5cf5d3269384e26fa072828 /inc/infoutils.php | |
parent | 2dcde3047b0cbc7cb75b3d9f84fd05a217b7fced (diff) | |
download | rpg-0af14a6e25ba35e88d96762bc73325838868e3fe.tar.gz rpg-0af14a6e25ba35e88d96762bc73325838868e3fe.tar.bz2 |
removed more unneeded require_once() calls
Diffstat (limited to 'inc/infoutils.php')
-rw-r--r-- | inc/infoutils.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/infoutils.php b/inc/infoutils.php index 6f2874fe5..00a3ad2d3 100644 --- a/inc/infoutils.php +++ b/inc/infoutils.php @@ -222,7 +222,6 @@ function check(){ msg('The current page is not writable by you',0); } - require_once(DOKU_INC.'inc/HTTPClient.php'); $check = wl('','',true).'data/_dummy'; $http = new DokuHTTPClient(); $http->timeout = 6; |