summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 21f727cb3..e402c1402 100644
--- a/index.php
+++ b/index.php
@@ -28,7 +28,7 @@
if (!init_plugins()) return;
- login_sequence();
+ UserHelper::login_sequence();
header('Content-Type: text/html; charset=utf-8');
@@ -51,7 +51,7 @@
const __csrf_token = "<?php echo $_SESSION["csrf_token"]; ?>";
</script>
- <?php print_user_stylesheet() ?>
+ <?php UserHelper::print_user_stylesheet() ?>
<style type="text/css">
<?php