Fixed PHP Error.
This commit is contained in:
parent
13b0145c88
commit
49bdeb37d8
|
@ -44,6 +44,8 @@ function config_create_value ($token, $value) {
|
||||||
function config_update_value ($token, $value) {
|
function config_update_value ($token, $value) {
|
||||||
global $config;
|
global $config;
|
||||||
|
|
||||||
|
require_once ($config["homedir"] . "/include/functions_io.php");
|
||||||
|
|
||||||
if ($token == 'list_ACL_IPs_for_API') {
|
if ($token == 'list_ACL_IPs_for_API') {
|
||||||
$value = str_replace(array("\r\n", "\r", "\n"), ";",
|
$value = str_replace(array("\r\n", "\r", "\n"), ";",
|
||||||
io_safe_output($value));
|
io_safe_output($value));
|
||||||
|
|
Loading…
Reference in New Issue