forked from Cavemanon/cavepaintings
Don't use short open tags for PHP as they are not turned on by default in production environments.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
<?
|
||||
<?php
|
||||
|
||||
function cookie($name, $data) {
|
||||
return setcookie($name, $data, time() + 60 * 60 * 24 * 30, '/');
|
||||
|
Reference in New Issue
Block a user