wiki/config.php

9 lines
129 B
PHP
Raw Normal View History

2019-07-01 00:32:30 +00:00
<?php
//Name of your site
$site_name="Thunix Wiki";
//Root for the site, in a browser
2019-07-01 01:10:38 +00:00
$site_root="https://wiki.thunix.net";
2019-07-01 00:32:30 +00:00
?>