From 6f67c78cf8668e570c5ef7fd4430e3d0e4a66aef Mon Sep 17 00:00:00 2001
From: tbrehm <t.brehm@ispconfig.org>
Date: Sat, 22 Nov 2008 07:49:58 -0500
Subject: [PATCH] Replaced php code for app version in main template with a template variable.

---
 interface/lib/db_local.php.skel |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/interface/lib/db_local.php.skel b/interface/lib/db_local.php.skel
index 973978b..8f8ba35 100755
--- a/interface/lib/db_local.php.skel
+++ b/interface/lib/db_local.php.skel
@@ -6,4 +6,4 @@
 $DB['user']     = 'root';
 $DB['password'] = 'mash';
 $DB['database'] = 'ispconfig';
-?>  
\ No newline at end of file
+?>

--
Gitblit v1.9.1