root/trunk/wiki/wakka.config-new.php

Revision 1, 0.9 KB (checked in by anonymous, 7 years ago)

initial import

Line 
1<?php
2// wakka.config.php cr� Fri Jun 11 22:30:32 2004
3// ne changez pas la wakka_version manuellement!
4
5$wakkaConfig = array(
6    "wakka_version" => "0.1.1",
7    "debug" => "no",
8    "mysql_host" => "localhost",
9    "mysql_database" => "dotnode_wiki",
10    "mysql_user" => "dotnode_wiki",
11    "mysql_password" => "jvxvqbgabqr",
12    "table_prefix" => "",
13    "root_page" => "PagePrincipale",
14    "wakka_name" => ".node",
15    "base_url" => "/".$token[0]."/",
16    "rewrite_mode" => "0",
17    "meta_keywords" => "",
18    "meta_description" => "",
19    "action_path" => "actions",
20    "handler_path" => "handlers",
21    "header_action" => "header",
22    "footer_action" => "footer",
23    "navigation_links" => "DerniersChangements :: DerniersCommentaires :: ParametresUtilisateur",
24    "referrers_purge_time" => "24",
25    "pages_purge_time" => "90",
26    "default_write_acl" => "AleXx\nMaThieu",
27    "default_read_acl" => "+",
28    "default_comment_acl" => "+",
29    "preview_before_save" => "0");
30?>
Note: See TracBrowser for help on using the browser.