]> git.pld-linux.org Git - packages/dokuwiki.git/commitdiff
- allow empty pass for mysql (default mysql install)
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 9 Nov 2007 16:56:01 +0000 (16:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dokuwiki-mysqlauth.patch -> 1.1

dokuwiki-mysqlauth.patch [new file with mode: 0644]

diff --git a/dokuwiki-mysqlauth.patch b/dokuwiki-mysqlauth.patch
new file mode 100644 (file)
index 0000000..5bc02bc
--- /dev/null
@@ -0,0 +1,11 @@
+--- dokuwiki/inc/auth/mysql.class.php~ 2007-11-09 18:52:23.000000000 +0200
++++ dokuwiki/inc/auth/mysql.class.php  2007-11-09 18:52:24.656504794 +0200
+@@ -46,7 +46,7 @@
+       // set capabilities based upon config strings set
+       if (empty($this->cnf['server']) || empty($this->cnf['user']) ||
+-          empty($this->cnf['password']) || empty($this->cnf['database'])){
++          empty($this->cnf['database'])){
+         if ($this->cnf['debug'])
+           msg("MySQL err: insufficient configuration.",-1,__LINE__,__FILE__);
+         $this->success = false;
This page took 0.024223 seconds and 4 git commands to generate.