From c07f95e133474915fb50b92d07b7b2ad502baf67 Mon Sep 17 00:00:00 2001
From: Mayoro Diagne <mayoro@nexedi.com>
Date: Sun, 8 Apr 2012 07:45:06 +0000
Subject: [PATCH] remove unused connect.inc.in

---
 software/phpfin/template/connect.inc.in | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 software/phpfin/template/connect.inc.in

diff --git a/software/phpfin/template/connect.inc.in b/software/phpfin/template/connect.inc.in
deleted file mode 100644
index e98689eeb..000000000
--- a/software/phpfin/template/connect.inc.in
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-$databaseinfo = mysql_connect("%(mysql_host)s", "%(mysql_user)s", "%(mysql_password)s") or die ("Could not connect to server");
-mysql_select_db("%(mysql_database)s");
-
-//Make sure that superglobals are loaded for PHP5 compatibility
-include('superglobals.inc.php');
-
-
-?>
-- 
2.30.9