Creation d'un webconfig.php par defaut avec les droits necessaires pour etre modifier...
authorDamien Bobillot <damien.bobillot+gitxorg@m4x.org>
Sat, 17 May 2008 10:17:31 +0000 (12:17 +0200)
committerDamien Bobillot <damien.bobillot+gitxorg@m4x.org>
Sat, 17 May 2008 10:17:31 +0000 (12:17 +0200)
install/NomDuWiki/local/webconfig.php [new file with mode: 0644]

diff --git a/install/NomDuWiki/local/webconfig.php b/install/NomDuWiki/local/webconfig.php
new file mode 100644 (file)
index 0000000..720a861
--- /dev/null
@@ -0,0 +1,8 @@
+<?php 
+ $WikiTitle = 'Titre';
+ $Skin = 'gemini';
+ $PageLogoUrl = 'http://www.polytechnique.org/images/skins/default_headlogo.jpg';
+ $DefaultPasswords['read'] = 'public';
+ $DefaultPasswords['edit'] = 'admin';
+?>
+