Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
434 ddelon 1
<?php
2
// wakka.config.php cr&eacute;&eacute;e Thu Apr  7 19:23:34 2005
3
// ne changez pas la wikini_version manuellement!
4
 
5
$wakkaConfig = array(
6
	"wakka_version" => "0.1.1",
7
	"wikini_version" => "0.4.3",
8
	"debug" => "no",
9
	"mysql_host" => "localhost",
10
	"mysql_database" => "wikini",
11
	"mysql_user" => "root",
12
	"mysql_password" => "",
13
	"table_prefix" => "wiki043_",
14
	"root_page" => "PagePrincipale",
15
	"wakka_name" => "MonSiteWikiNi",
16
	"base_url" => "http://localhost/~david/papyrus/wikini/wikini_01/wakka.php?wiki=",
17
	"rewrite_mode" => "0",
18
	"meta_keywords" => "",
19
	"meta_description" => "",
20
	"action_path" => "actions",
21
	"handler_path" => "handlers",
22
	"header_action" => "header",
23
	"footer_action" => "footer",
24
	"navigation_links" => "DerniersChangements :: DerniersCommentaires :: ParametresUtilisateur",
25
	"referrers_purge_time" => "24",
26
	"pages_purge_time" => "90",
27
	"default_write_acl" => "*",
28
	"default_read_acl" => "*",
29
	"default_comment_acl" => "*",
30
	"preview_before_save" => "0");
31
?>