From c583144e36023399425ac0b05460afd1b519eb5b Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Fri, 19 Jun 2020 12:33:10 +0200 Subject: #986 Rename to ogserver Step forward to rename all ogAdmServer references to ogServer --- admin/WebConsole/includes/restfunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/WebConsole/includes') diff --git a/admin/WebConsole/includes/restfunctions.php b/admin/WebConsole/includes/restfunctions.php index b1355e36..81821ff9 100644 --- a/admin/WebConsole/includes/restfunctions.php +++ b/admin/WebConsole/includes/restfunctions.php @@ -82,7 +82,7 @@ define('OG_SCHEDULE_COMMAND', 'command'); define('OG_SCHEDULE_PROCEDURE', 'procedure'); define('OG_SCHEDULE_TASK', 'task'); -$conf_file = parse_ini_file(__DIR__ . '/../../etc/ogAdmServer.cfg'); +$conf_file = parse_ini_file(__DIR__ . '/../../etc/ogserver.cfg'); define('OG_REST_API_TOKEN', 'Authorization: ' . $conf_file['APITOKEN']); function common_request($command, $type, $data = null) { -- cgit v1.2.3-18-g5258