11 lines
312 B
PHP
Executable File
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;
|
|
?>
|