summaryrefslogtreecommitdiffstats
path: root/modules/exampleauth
diff options
context:
space:
mode:
Diffstat (limited to 'modules/exampleauth')
-rw-r--r--modules/exampleauth/www/authpage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/exampleauth/www/authpage.php b/modules/exampleauth/www/authpage.php
index cf4c96c..fa77c9f 100644
--- a/modules/exampleauth/www/authpage.php
+++ b/modules/exampleauth/www/authpage.php
@@ -13,7 +13,7 @@ if (!isset($_REQUEST['ReturnTo'])) {
die('Missing ReturnTo parameter.');
}
-$returnTo = SimpleSAML_Utilities::checkURLAllowed($_REQUEST['ReturnTo']);
+$returnTo = \SimpleSAML\Utils\HTTP::checkURLAllowed($_REQUEST['ReturnTo']);
/*