diff options
-rw-r--r-- | modules/tags/helpers/tags.php | 1 | ||||
-rw-r--r-- | modules/user/views/login.html.php | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/modules/tags/helpers/tags.php b/modules/tags/helpers/tags.php index cc18ebb0..7b942c6c 100644 --- a/modules/tags/helpers/tags.php +++ b/modules/tags/helpers/tags.php @@ -1,4 +1,3 @@ - <?php defined("SYSPATH") or die("No direct script access."); /** * Gallery - a web based photo album viewer and editor diff --git a/modules/user/views/login.html.php b/modules/user/views/login.html.php index cfb22062..f63f5bc4 100644 --- a/modules/user/views/login.html.php +++ b/modules/user/views/login.html.php @@ -1,3 +1,4 @@ +<? defined("SYSPATH") or die("No direct script access."); ?> <form id="gLogin"> <label for="username">Username</label> <input type="text" class="text" id="username" /> |