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>
This commit is contained in:
Dan McGee 2011-04-12 00:15:46 -05:00 committed by Lukas Fleischer
parent 56de32c016
commit 8fdb382d67

View file

@ -4,10 +4,6 @@
* *
* This file contains the AurRPC remote handling class * This file contains the AurRPC remote handling class
**/ **/
if (!extension_loaded('json')) {
dl('json.so');
}
include_once("aur.inc"); include_once("aur.inc");
/** /**