www/config.php

15 lines
298 B
PHP

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