summaryrefslogtreecommitdiffstats
path: root/www/_include.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/_include.php')
-rw-r--r--www/_include.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/_include.php b/www/_include.php
index 4e9b355..37f0c88 100644
--- a/www/_include.php
+++ b/www/_include.php
@@ -106,6 +106,6 @@ if (!file_exists($configdir . '/config.php')) {
}
/* Set the timezone. */
-SimpleSAML_Utilities::initTimezone();
+SimpleSAML\Utils\Time::initTimezone();
/* Disable XML external entity loading explicitly. */
-SimpleSAML_Utilities::disableXMLEntityLoader();
+libxml_disable_entity_loader();