summaryrefslogtreecommitdiff
path: root/modules/user
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/views/admin_groups.html.php2
-rw-r--r--modules/user/views/admin_users.html.php2
-rw-r--r--modules/user/views/login.html.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/user/views/admin_groups.html.php b/modules/user/views/admin_groups.html.php
index 1d1e37e6..5b5066dc 100644
--- a/modules/user/views/admin_groups.html.php
+++ b/modules/user/views/admin_groups.html.php
@@ -1,4 +1,4 @@
-<? defined("SYSPATH") or die("No direct script access."); ?>
+<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="gBlock">
<h2><?= _("Group Administration") ?></h2>
<div class="gBlockContent">
diff --git a/modules/user/views/admin_users.html.php b/modules/user/views/admin_users.html.php
index 2c6f694a..eef7a1e5 100644
--- a/modules/user/views/admin_users.html.php
+++ b/modules/user/views/admin_users.html.php
@@ -1,4 +1,4 @@
-<? defined("SYSPATH") or die("No direct script access."); ?>
+<?php defined("SYSPATH") or die("No direct script access.") ?>
<div class="gBlock">
<h2><?= _("User Administration") ?></h2>
<div class="gBlockContent">
diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php
index 8b024815..951341c9 100644
--- a/modules/user/views/login.html.php
+++ b/modules/user/views/login.html.php
@@ -1,4 +1,4 @@
-<? defined("SYSPATH") or die("No direct script access."); ?>
+<?php defined("SYSPATH") or die("No direct script access.") ?>
<ul id="gLoginMenu">
<? if ($user->guest): ?>
<li><a href="<?= url::site("login") ?>"