From 8fdb382d67ef1c5af3b63d0309f450e025d06868 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Tue, 12 Apr 2011 00:15:46 -0500 Subject: 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 Signed-off-by: Lukas Fleischer --- web/lib/aurjson.class.php | 4 ---- 1 file changed, 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"); /** -- cgit v1.2.3-24-g4f1b