wiki.php/config.php

15 lines
280 B
PHP

<?php
//Name of your site
$site_name="My Wiki.php install";
//Root for the site, in a browser
$site_root="https://example.com";
//Local base root for app files
$doc_root="./";
//Site style
// site is the default. Specify something else here to switch
//$site_style="site";
?>