Baïkal now asserts that the SQLite directory is writable. Thanks to Raphaël Droz for the fix.
This commit is contained in:
parent
0cd0af4fd8
commit
dc4ef33784
3 changed files with 7 additions and 1 deletions
|
@ -1 +1 @@
|
|||
Subproject commit dee7887544a8aff99fb6cc0a521727f33e0a74b3
|
||||
Subproject commit 1de6d8dc3d6408619cd23dda28ce7d6284ad63e9
|
|
@ -14,3 +14,6 @@
|
|||
<IfModule mod_expires.c>
|
||||
ExpiresActive Off
|
||||
</IfModule>
|
||||
|
||||
# Disabling PHP Magic quotes, we handle this ourself
|
||||
php_flag magic_quotes_gpc Off
|
|
@ -14,3 +14,6 @@
|
|||
<IfModule mod_expires.c>
|
||||
ExpiresActive Off
|
||||
</IfModule>
|
||||
|
||||
# Disabling PHP Magic quotes, we handle this ourself
|
||||
php_flag magic_quotes_gpc Off
|
Loading…
Reference in a new issue