From 0541127e1612c826f3edebf86a16e782cf218912 Mon Sep 17 00:00:00 2001 From: Michael Rasmussen Date: Wed, 24 Jun 2015 00:01:52 +0200 Subject: [PATCH] prepare for wblistadm server --- rest_client.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rest_client.php b/rest_client.php index 0f1e44b..cb28f46 100644 --- a/rest_client.php +++ b/rest_client.php @@ -19,7 +19,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, * MA 02110-1301, USA. */ -require_once '/home/mir/git/qtadmin/config.php'; +require_once 'config.php'; require_once $CFG->root . 'lib/utils.inc.php'; $util = new Utils; -- 2.39.2