www/config.php

14 lines
308 B
PHP
Raw Permalink Normal View History

2019-07-06 23:20:09 +00:00
<?php
//Name of your site
2022-02-28 19:06:08 +00:00
$site_name="🌻 thunix 🌻";
2019-07-06 23:20:09 +00:00
//Root for the site, in a browser
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
2019-07-15 13:56:56 +00:00
$doc_root="/var/www/thunix.cf";
2019-07-06 23:20:09 +00:00
//Site style
// site is the default. Specify something else here to switch
2019-08-05 23:11:50 +00:00
$site_style="newthunix";
2019-07-06 23:20:09 +00:00
?>