diff options
-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. |