From: Michael Rasmussen Date: Tue, 23 Jun 2015 22:01:52 +0000 (+0200) Subject: prepare for wblistadm server X-Git-Url: http://git.datanom.net/qtadmin.git/commitdiff_plain/0541127e1612c826f3edebf86a16e782cf218912 prepare for wblistadm server --- 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;