diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-05-25 08:10:45 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-05-25 08:10:45 +0200 |
commit | 4686714d35c3758f32b56cee37d446d24b579698 (patch) | |
tree | b64ebc3f97ceeb9e9a811b88ea93fdebeb349598 /index.php | |
parent | 0d3ccd9b1db89da948993df0301ac8c9505fd499 (diff) |
index.php had still a short-open-tag
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -<? +<?php /*************************************************************************** * |