Proper use of starting php tag
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Nov 2016 17:00:27 +0000 (12:00 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 10 Nov 2016 17:00:27 +0000 (12:00 -0500)
Needed for working on dev55

front-end/reg_functions.inc

index bb9d5ac..3bdbdab 100644 (file)
@@ -1,4 +1,4 @@
-<?
+<?php
 
 // $no_filter tells function not to try to filter the input parameter, only find it. Needed for array input and such
 function filter_request($field, $filter = FILTER_SANITIZE_STRING, $option = FILTER_FLAG_STRIP_HIGH, $no_filter = false)