diff options
| author | Jules Laplace <carbon@melanarchy.org> | 2013-09-12 13:26:04 -0500 |
|---|---|---|
| committer | Jules Laplace <carbon@melanarchy.org> | 2013-09-12 13:26:04 -0500 |
| commit | 63b0cf5fd4a637b0dba3b823c0c028d5087134fb (patch) | |
| tree | 773c5b1af54fcf3440a947f1525fdbf1a7a6add8 /lib/constants.pm | |
| parent | de2c01c711867eb764b295ca33e0b764ca1b4011 (diff) | |
don't force https anymore
Diffstat (limited to 'lib/constants.pm')
| -rw-r--r-- | lib/constants.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/constants.pm b/lib/constants.pm index 129a9fa..36f12b9 100644 --- a/lib/constants.pm +++ b/lib/constants.pm @@ -7,7 +7,7 @@ our $BUCKY_CONFIG = 'PRIVACY_KEYWORD' => undef, 'PRIVACY_OWNER' => 'private', 'BASE_PATH' => '/var/www/vhosts/carbonpictures.com/bucky/', - 'BPOD_SERVICES_WAREZ_DIR' => 'https://www.carbonpictures.com/bucky/data/', + 'BPOD_SERVICES_WAREZ_DIR' => 'http://www.carbonpictures.com/bucky/data/', 'USERLIST_TITLE' => 'the carbon consortium', 'BUCKY_NAME' => 'bucky', 'UNSORTED_POSITION' => 'top', |
