This website works better with JavaScript.
Home
Explore
Help
Sign In
p3k
/
Quill
mirror of
https://github.com/aaronpk/Quill.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Merge pull request
#37
from prtksxna/undeclared-static-property
Explicitly define $dbType for default MySQL config
pull/41/head
Aaron Parecki
8 years ago
parent
989313458f
758e51d81d
commit
d0055bad24
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
lib/config.template.php
+ 1
- 0
lib/config.template.php
View File
@ -5,6 +5,7 @@ class Config {
public
static
$gaid
=
''
;
// MySQL (default)
public
static
$dbType
=
'mysql'
;
public
static
$dbHost
=
'127.0.0.1'
;
public
static
$dbName
=
'quill'
;
public
static
$dbUsername
=
'quill'
;
Write
Preview
Loading…
Cancel
Save