mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
56de32c016
commit
8fdb382d67
1 changed files with 0 additions and 4 deletions
|
@ -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");
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Reference in a new issue