changeset 41:40d6c44c97ec

Use <?php tag (aka long tag)
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 08 Mar 2012 07:32:16 +0200
parents 808cf4c768c4
children 76900cdfc066
files index.php
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Thu Mar 08 07:32:05 2012 +0200
+++ b/index.php	Thu Mar 08 07:32:16 2012 +0200
@@ -1,4 +1,4 @@
-<?
+<?php
 $pageCSS = array("http://tnsp.org/docs1.css", "luk.css");
 $pageCharset = "utf-8";
 $internalCharset = "utf-8";
@@ -148,7 +148,6 @@
 $cache = array();
 $cacheDirty = FALSE;
 
-
 // Try to read cachefile, if we can get file lock on it
 $fp = @fopen($cacheFile, "rb");
 if ($fp) {