www/config.php

15 lines
348 B
PHP
Raw Normal View History

2019-07-06 23:20:09 +00:00
<?php
//Name of your site
$site_name="☣ thunix ☣";
//Root for the site, in a browser
2019-07-13 16:51:00 +00:00
//$site_root="https://dev.thunix.cf";
2019-07-13 16:53:30 +00:00
$site_root="https://".$_SERVER['HTTP_HOST'];
2019-07-06 23:20:09 +00:00
//Local base root for app files
$doc_root="/var/www/dev.thunix.cf";
2019-07-06 23:20:09 +00:00
//Site style
// site is the default. Specify something else here to switch
2019-07-15 13:54:29 +00:00
$site_style="minithunix";
2019-07-06 23:20:09 +00:00
?>