wiki.php/config.php

15 lines
280 B
PHP
Raw Permalink Normal View History

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