mirror of
https://github.com/YunoHost-Apps/chuwiki_ynh.git
synced 2024-09-03 18:16:18 +02:00
Merge pull request #13 from YunoHost-Apps/testing
make C U S T O M default config
This commit is contained in:
commit
7524e90fcd
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
; Titre de votre wiki
|
; Titre de votre wiki
|
||||||
Title = ChuWiki
|
Title = ChuWiki For YunoHost
|
||||||
|
|
||||||
; Permet de ne pas utiliser le PathInfo
|
; Permet de ne pas utiliser le PathInfo
|
||||||
; Si votre PHP fonctionne en mode CGI, vous devrez passez
|
; Si votre PHP fonctionne en mode CGI, vous devrez passez
|
||||||
; ce paramètre à <p></p>false
|
; ce paramètre à false
|
||||||
UsePathInfo = false
|
UsePathInfo = false
|
||||||
|
|
||||||
; Répertoire contenant les pages
|
; Répertoire contenant les pages
|
||||||
|
@ -24,4 +24,4 @@ Renderer = wiki2xhtml
|
||||||
; Smileys, thème et langue à utiliser
|
; Smileys, thème et langue à utiliser
|
||||||
SmileyPath = smileys/dkmsn
|
SmileyPath = smileys/dkmsn
|
||||||
ThemePath = theme/default
|
ThemePath = theme/default
|
||||||
LanguagePath = lang/fr
|
LanguagePath = lang/en
|
||||||
|
|
Loading…
Reference in a new issue