diff options
author | Felix Rabinovich <virshu@users.sourceforge.net> | 2008-11-16 06:06:13 +0000 |
---|---|---|
committer | Felix Rabinovich <virshu@users.sourceforge.net> | 2008-11-16 06:06:13 +0000 |
commit | d4c95a089e442edfafbf44ea8183b0ab275cbdc3 (patch) | |
tree | 99730a8ad463ac4eaebad5e24a2ee24b0564e33f | |
parent | f27929e1266194eb9b4b3de9b4926e0494290017 (diff) |
prevent direct access
-rw-r--r-- | themes/default/views/form.html.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/views/form.html.php b/themes/default/views/form.html.php index af4246ed..da48d452 100644 --- a/themes/default/views/form.html.php +++ b/themes/default/views/form.html.php @@ -1,4 +1,4 @@ -<? +<?php 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. |