summaryrefslogtreecommitdiff
path: root/themes/default
diff options
context:
space:
mode:
authorFelix Rabinovich <virshu@users.sourceforge.net>2008-11-16 06:09:11 +0000
committerFelix Rabinovich <virshu@users.sourceforge.net>2008-11-16 06:09:11 +0000
commit1a79a1089340d0d6c913ce018532ec3bb8eed39c (patch)
tree5f1879132093a7a440ee57487856889edc91e6de /themes/default
parentd4c95a089e442edfafbf44ea8183b0ab275cbdc3 (diff)
prevent direct access. take 2
Diffstat (limited to 'themes/default')
-rw-r--r--themes/default/views/form.html.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/default/views/form.html.php b/themes/default/views/form.html.php
index da48d452..1933fb19 100644
--- a/themes/default/views/form.html.php
+++ b/themes/default/views/form.html.php
@@ -1,4 +1,5 @@
-<?php defined("SYSPATH") or die("No direct script access.");
+<? defined("SYSPATH") or die("No direct script access."); ?>
+<?
print($open);
// Not sure what to do with these, but at least show that we received them.