mirror of
https://github.com/ThunixdotNet/wiki.git
synced 2026-01-24 04:10:18 +00:00
Backport fixes from personal site
This commit is contained in:
11
config.php
Normal file
11
config.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
//Name of your site
|
||||
$site_name="Thunix Wiki";
|
||||
|
||||
//Root for the site, in a browser
|
||||
$site_root="/";
|
||||
|
||||
//Local base root for app files
|
||||
$doc_root="/var/www/wiki.thunix.net/";
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user