Subversion Repositories Applications.papyrus

Rev

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

<?php
// wakka.config.php cr&eacute;&eacute;e Thu Apr  7 19:23:34 2005
// ne changez pas la wikini_version manuellement!

$wakkaConfig = array(
        "wakka_version" => "0.1.1",
        "wikini_version" => "0.4.3",
        "debug" => "no",
        "mysql_host" => "localhost",
        "mysql_database" => "wikini",
        "mysql_user" => "root",
        "mysql_password" => "",
        "table_prefix" => "wiki043_",
        "root_page" => "PagePrincipale",
        "wakka_name" => "MonSiteWikiNi",
        "base_url" => "http://localhost/~david/papyrus/wikini/wikini_01/wakka.php?wiki=",
        "rewrite_mode" => "0",
        "meta_keywords" => "",
        "meta_description" => "",
        "action_path" => "actions",
        "handler_path" => "handlers",
        "header_action" => "header",
        "footer_action" => "footer",
        "navigation_links" => "DerniersChangements :: DerniersCommentaires :: ParametresUtilisateur",
        "referrers_purge_time" => "24",
        "pages_purge_time" => "90",
        "default_write_acl" => "*",
        "default_read_acl" => "*",
        "default_comment_acl" => "*",
        "preview_before_save" => "0");
?>