mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-24 07:10:18 +00:00
Beginning of site ver 3.0
This commit is contained in:
14
config.php
Normal file
14
config.php
Normal 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";
|
||||
?>
|
||||
Reference in New Issue
Block a user