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
Raw Normal View History

2022-10-24 14:30:38 +00:00
<?php
//Name of your site
$site_name="Thunix.net";
//Root for the site, in a browser
2022-10-25 00:52:14 +00:00
$site_root="https://thunix.net/";
2022-10-24 14:30:38 +00:00
//Local base root for app files
2022-10-25 00:53:23 +00:00
$doc_root="./";
2022-10-24 14:30:38 +00:00
//Site style
// site is the default. Specify something else here to switch
//$site_style="site";
?>