From 161f5a91352ca45883315a962477f8a7dfffc9ea Mon Sep 17 00:00:00 2001 From: Adam Zammit Date: Tue, 10 Jan 2017 15:31:03 +1100 Subject: [PATCH] Add ability to connect to Lime RPC servers with basic error checking --- admin/index.php | 1 + admin/remote.php | 139 +++++++++++++++++++++++++++++ functions/functions.limesurvey.php | 31 +++++++ 3 files changed, 171 insertions(+) create mode 100644 admin/remote.php diff --git a/admin/index.php b/admin/index.php index eed00332..3ff27841 100644 --- a/admin/index.php +++ b/admin/index.php @@ -187,6 +187,7 @@ include ("../functions/functions.operator.php");