From 56d6a1d3c97732128fc6e82f50584366d04dc688 Mon Sep 17 00:00:00 2001 From: Enrico Simonetti Date: Wed, 28 Jun 2017 15:39:15 +1000 Subject: [PATCH] Update customEntryPoint.php --- dashboard_share/custom/customEntryPoint.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dashboard_share/custom/customEntryPoint.php b/dashboard_share/custom/customEntryPoint.php index 1192cbd..1620a54 100644 --- a/dashboard_share/custom/customEntryPoint.php +++ b/dashboard_share/custom/customEntryPoint.php @@ -1,6 +1,6 @@ quote($_GET['dashId']) . "'"; if ($GLOBALS['db']->query($updateQuery)) { echo "The dashboard was successfully accepted."; @@ -9,4 +9,4 @@ } } else { echo "Please provide the dashboard's ID."; -} \ No newline at end of file +}