Beginning of site ver 3.0

This commit is contained in:
Ubergeek
2019-07-06 23:20:09 +00:00
parent 65b959f4db
commit a777ea330a
77 changed files with 3717 additions and 30066 deletions

14
config.php Normal file
View File

@@ -0,0 +1,14 @@
<?php
//Name of your site
$site_name="☣ thunix ☣";
//Root for the site, in a browser
$site_root="https://thunix.net/~ubergeek/thunix_site";
//Local base root for app files
$doc_root="/home/ubergeek/public_html/thunix_site";
//Site style
// site is the default. Specify something else here to switch
$site_style="thunix";
?>