1
0
forked from Thunix/www
Files
thunix-www/config.php
2020-12-22 20:08:44 +01:00

14 lines
305 B
PHP

<?php
//Name of your site
$site_name="☣ thunix ☣";
//Root for the site, in a browser
$site_root="https://".$_SERVER['HTTP_HOST'];
//Local base root for app files
$doc_root="/var/www/thunix.cf";
//Site style
// site is the default. Specify something else here to switch
$site_style="newthunix";
?>