From 98128f13fcdc8dca6ebefcdc93dc94b00322abb5 Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 16 Nov 2012 13:49:02 -0500
Subject: [PATCH] Rename option password_supported_hosts to password_hosts, code cleanup
---
installer/utils.php | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/installer/utils.php b/installer/utils.php
index 6c67d25..0e6cfec 100644
--- a/installer/utils.php
+++ b/installer/utils.php
@@ -23,7 +23,6 @@
{
$filename = preg_replace(
array(
- '/MDB2_(.+)/',
'/Mail_(.+)/',
'/Net_(.+)/',
'/Auth_(.+)/',
@@ -31,7 +30,6 @@
'/^utf8$/'
),
array(
- 'MDB2/\\1',
'Mail/\\1',
'Net/\\1',
'Auth/\\1',
--
Gitblit v1.9.1