From b25dfd0913f2ca5666124740c30156fa0a6abaef Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Wed, 23 Jun 2010 05:55:08 -0400
Subject: [PATCH] - removed PHP closing tag

---
 index.php |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/index.php b/index.php
index a226b54..6a9a748 100644
--- a/index.php
+++ b/index.php
@@ -274,5 +274,4 @@
   'line' => __LINE__,
   'file' => __FILE__,
   'message' => "Invalid request"), true, true);
-                      
-?>
+

--
Gitblit v1.9.1