Fifth pass at adding key files

This commit is contained in:
dsainty
2024-06-17 22:42:14 +10:00
parent 67ccdbcc34
commit 9797a6824a
535 changed files with 95045 additions and 0 deletions

10
site/stackreach/paths.php Executable file
View File

@ -0,0 +1,10 @@
<?
//change this
$site_name = "Slowtwitch.com";
$site_email = "bao@gt.net";
$main_site_url = "https://www.slowtwitch.com";
$forum_url = "https://forum.slowtwitch.com";
$static_url = "https://www.slowtwitch.com/articles/static";
$common_path = "/var/home/slowtwitch/site/common";
$mini_version = 0;
?>