wiki.php/config.php

12 lines
163 B
PHP
Raw 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
$site_root="";
//Local base root for app files
$doc_root="./";
?>