summaryrefslogtreecommitdiff
path: root/api/gen_conf.php
diff options
context:
space:
mode:
Diffstat (limited to 'api/gen_conf.php')
-rw-r--r--api/gen_conf.php1
1 files changed, 0 insertions, 1 deletions
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