discourse-legacysite-perl/site/stackreach/paths.php

11 lines
312 B
PHP
Raw Permalink Normal View History

2024-06-17 12:42:14 +00:00
<?
//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;
?>