You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
271 B
PHP

<?php
//Name of your site
$site_name="Thunix.net";
//Root for the site, in a browser
$site_root="https://thunix.net/";
//Local base root for app files
$doc_root="./";
//Site style
// site is the default. Specify something else here to switch
//$site_style="site";
?>