Don't use short open tags for PHP as they are not turned on by default in production environments.

This commit is contained in:
jgen
2014-04-20 05:00:34 -04:00
parent e2516fa5cf
commit 2df54b911a
9 changed files with 10 additions and 10 deletions

View File

@ -1,4 +1,4 @@
<?
<?php
function cookie($name, $data) {
return setcookie($name, $data, time() + 60 * 60 * 24 * 30, '/');