From dc26f4210708668ab860ab9169e65a56f1958a2a Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sun, 28 Aug 2016 10:24:42 +0200 Subject: Same security fix for others API scripts --- api/gen_conf.php | 1 - 1 file changed, 1 deletion(-) (limited to 'api/gen_conf.php') diff --git a/api/gen_conf.php b/api/gen_conf.php index d5e61a1..aa544e2 100644 --- a/api/gen_conf.php +++ b/api/gen_conf.php @@ -27,7 +27,6 @@ if (mysqli_connect_errno()) { unset($db_config); $mysqli->set_charset("utf8") or die($mysqli->error); - $descriptorspec = array( 0 => array("pipe", "r"), // stdin is a pipe that the child will read from 1 => array("pipe", "w"), // stdout is a pipe that the child will write to -- cgit v1.1