discourse-legacysite-perl/site/stackreach/paths.php
2024-06-17 22:42:14 +10:00

11 lines
312 B
PHP
Executable File

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