diff options
author | Dan McGee <dan@archlinux.org> | 2011-04-12 07:15:46 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-13 12:36:07 +0200 |
commit | 8fdb382d67ef1c5af3b63d0309f450e025d06868 (patch) | |
tree | b145bcce5039dbe81d8bc7f9d6c4feb6a7eabbfe | |
parent | 56de32c016ef6a1e74e7eb23c16a8b7965d77d68 (diff) | |
download | aur-8fdb382d67ef1c5af3b63d0309f450e025d06868.tar.gz aur-8fdb382d67ef1c5af3b63d0309f450e025d06868.tar.xz |
Don't allow dl() of json module
You need this enabled for the AUR, period. No need for this BS.
Signed-off-by: Dan McGee <dan@archlinux.org>
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r-- | web/lib/aurjson.class.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web/lib/aurjson.class.php b/web/lib/aurjson.class.php index 3570909d..bc268264 100644 --- a/web/lib/aurjson.class.php +++ b/web/lib/aurjson.class.php @@ -4,10 +4,6 @@ * * This file contains the AurRPC remote handling class **/ -if (!extension_loaded('json')) { - dl('json.so'); -} - include_once("aur.inc"); /** |