wiki/config.php

9 lines
129 B
PHP

<?php
//Name of your site
$site_name="Thunix Wiki";
//Root for the site, in a browser
$site_root="https://wiki.thunix.net";
?>