<?php // wikka.config.php written at 06/30/06 10:33:36 // do not change wikka_version manually! $wakkaConfig = array( 'mysql_host' => 'localhost', 'mysql_database' => 'openology', 'mysql_user' => 'root', 'table_prefix' => 'wikka_', 'root_page' => 'HomePage', 'wakka_name' => 'MyWikkaSite', 'base_url' => 'http://localhost/openology1/wiki/wikka.php?wakka=', 'rewrite_mode' => '0', 'wiki_suffix' => '@wikka', 'action_path' => 'actions', 'handler_path' => 'handlers', 'gui_editor' => '1', 'stylesheet' => 'wikka.css', 'wikka_formatter_path' => 'formatters', 'wikka_highlighters_path' => 'formatters', 'geshi_path' => '3rdparty/plugins/geshi', 'geshi_languages_path' => '3rdparty/plugins/geshi/geshi', 'header_action' => 'header', 'footer_action' => 'footer', 'navigation_links' => '[[CategoryCategory Categories]] :: PageIndex :: RecentChanges :: RecentlyCommented :: [[UserSettings Login/Register]]', 'logged_in_navigation_links' => '[[CategoryCategory Categories]] :: PageIndex :: RecentChanges :: RecentlyCommented :: [[UserSettings Change settings/Logout]]', 'referrers_purge_time' => '30', 'pages_purge_time' => '0', 'xml_recent_changes' => '10', 'hide_comments' => '0', 'require_edit_note' => '0', 'anony_delete_own_comments' => '1', 'public_sysinfo' => '0', 'double_doublequote_html' => 'safe', 'external_link_tail' => '<span class="exttail">∞</span>', 'sql_debugging' => '0', 'admin_users' => 'KelVin', 'admin_email' => 'hide@address.com', 'upload_path' => 'uploads', 'mime_types' => 'mime_types.txt', 'geshi_header' => 'div', 'geshi_line_numbers' => '1', 'geshi_tab_width' => '4', 'grabcode_button' => '1', 'wikiping_server' => '', 'default_write_acl' => '+', 'default_read_acl' => '*', 'default_comment_acl' => '*', 'wakka_version' => '1.1.6.2', 'mysql_password' => 'root', 'meta_keywords' => '', 'meta_description' => ''); ?>