diff options
author | Jozef Selesi <jozefs@users.sourceforge.net> | 2008-11-12 07:07:13 +0000 |
---|---|---|
committer | Jozef Selesi <jozefs@users.sourceforge.net> | 2008-11-12 07:07:13 +0000 |
commit | 31bea40e2ec72dd3924ed9f68459db35f1e0f17f (patch) | |
tree | d2e844689dade1010d82c336ad0ac8386b9e9fc1 /modules | |
parent | 1da2428183a9f1ae8324a8b4db4ae71e3125470d (diff) |
Set svn:eol-style LF on a new file and add the standard preamble to some files.
Diffstat (limited to 'modules')
-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" /> |