This repository has been archived on 2022-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
website/config.php

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";
?>