|
@@ -7,7 +7,7 @@ if (version_compare(PHP_VERSION, '7.0.0', '<')) {
|
7
|
7
|
// Main settings
|
8
|
8
|
define('SITE_NAME', 'Oppaitime'); //The name of your site
|
9
|
9
|
define('SITE_DOMAIN', 'oppaiti.me'); //The FQDN of your site
|
10
|
|
-define('SERVER_ROOT', '/var/www'); //The root of the server, used for includes
|
|
10
|
+define('SERVER_ROOT', '/var/www/oppaiti.me'); //The root of the server, used for includes
|
11
|
11
|
define('TORRENT_STORE', '/var/torrents/'); //Where torrent files are stored
|
12
|
12
|
|
13
|
13
|
// Tracker urls to be added to torrent files ala bittorrent.org/beps/bep_0012.html
|