From 4686714d35c3758f32b56cee37d446d24b579698 Mon Sep 17 00:00:00 2001
From: Andreas Unterkircher <unki@netshadow.at>
Date: Sun, 25 May 2008 08:10:45 +0200
Subject: index.php had still a short-open-tag

Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
---
 index.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.php b/index.php
index 0822da3..a120a06 100644
--- a/index.php
+++ b/index.php
@@ -1,4 +1,4 @@
-<?
+<?php
 
 /***************************************************************************
  *
-- 
cgit v1.2.3-18-g5258