Browse Source

Don't encourage using all of www

spaghetti 8 years ago
parent
commit
6b6df7021d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      classes/config.template

+ 1
- 1
classes/config.template View File

7
 // Main settings
7
 // Main settings
8
 define('SITE_NAME',     'Oppaitime'); //The name of your site
8
 define('SITE_NAME',     'Oppaitime'); //The name of your site
9
 define('SITE_DOMAIN',   'oppaiti.me'); //The FQDN of your site
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
 define('TORRENT_STORE', '/var/torrents/'); //Where torrent files are stored
11
 define('TORRENT_STORE', '/var/torrents/'); //Where torrent files are stored
12
 
12
 
13
 // Tracker urls to be added to torrent files ala bittorrent.org/beps/bep_0012.html
13
 // Tracker urls to be added to torrent files ala bittorrent.org/beps/bep_0012.html

Loading…
Cancel
Save