summaryrefslogtreecommitdiff
path: root/themes/default/views/footer.html.php
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-01-01 00:23:29 +0000
committerBharat Mediratta <bharat@menalto.com>2009-01-01 00:23:29 +0000
commitcd1d02375400972f2a719852d44c094ab500e8b6 (patch)
tree611f0c01f91b8d0aa1d160f64c7cf170d90c57fb /themes/default/views/footer.html.php
parent7c82691e0057188e07601c30069385c3f17cbff1 (diff)
Change the preamble for views in two ways:
1) drop unnecessary semicolon 2) start with <?php for extra security in the case that the server itself doesn't have short_tags enabled (the app won't work, but we need to make sure that we're still secure)
Diffstat (limited to 'themes/default/views/footer.html.php')
-rw-r--r--themes/default/views/footer.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/footer.html.php b/themes/default/views/footer.html.php
index 830fa003..1944dbb0 100644
--- a/themes/default/views/footer.html.php
+++ b/themes/default/views/footer.html.php
@@ -1,4 +1,4 @@
-<? defined("SYSPATH") or die("No direct script access."); ?>
+<?php defined("SYSPATH") or die("No direct script access.") ?>
<?= $theme->footer() ?>
<ul id="gCredits">
<li class="first"> Powered by <a href="http://gallery.menalto.com">Gallery3</a> </li>