summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/trunk/mythweb/mythweblighttpd.patch
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-20 23:40:57 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-20 23:40:57 (GMT)
commit2acabc04e7b5589acc5d57e382e859771e636edf (patch)
tree595da672ed00723eca717a3012627dcf05959ab6 /abs/core-testing/mythtv/trunk/mythweb/mythweblighttpd.patch
parentf70613cf1cb7bf8acd26d8e04228c3e0aaebb4b0 (diff)
parent1e5682bd24f2663d0f817d5254849809af30942e (diff)
downloadlinhes_pkgbuild-2acabc04e7b5589acc5d57e382e859771e636edf.zip
linhes_pkgbuild-2acabc04e7b5589acc5d57e382e859771e636edf.tar.gz
linhes_pkgbuild-2acabc04e7b5589acc5d57e382e859771e636edf.tar.bz2
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/mythtv/trunk/mythweb/mythweblighttpd.patch')
-rwxr-xr-xabs/core-testing/mythtv/trunk/mythweb/mythweblighttpd.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/abs/core-testing/mythtv/trunk/mythweb/mythweblighttpd.patch b/abs/core-testing/mythtv/trunk/mythweb/mythweblighttpd.patch
deleted file mode 100755
index 6403a88..0000000
--- a/abs/core-testing/mythtv/trunk/mythweb/mythweblighttpd.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- database.php.orig 2007-12-31 21:25:30.000000000 +0000
-+++ database.php 2007-12-31 21:25:50.000000000 +0000
-@@ -18,6 +18,10 @@
- custom_error("Please install the MySQL libraries for PHP.\n"
- .'The package is usually called something like php-mysql.');
- }
-+ if (empty($_SERVER['db_server']) || empty($_SERVER['db_name']) || empty($_SERVER['db_login'])) {
-+ require_once 'dblogininit.inc';
-+ }
-+
-
- // No database connection info defined?
- if (empty($_SERVER['db_server']) || empty($_SERVER['db_name']) || empty($_SERVER['db_login'])) {