correct config for https

This commit is contained in:
Andrey Kuvshinov
2021-07-06 19:21:39 +03:00
parent fdda34e21a
commit 3414378534

View File

@@ -13,7 +13,7 @@ if (isset($_SERVER['HTTP_HOST']))
else else
define('SITEPATH', dirname(__FILE__)); define('SITEPATH', dirname(__FILE__));
if (SITE == 'http://klan.argumenti.ru/'){ if (SITE == 'https://klan.argumenti.ru/'){
define('PDFSOURCE', '/vhosts/an/httpdocs/pub/files/pdf/pdf/'); define('PDFSOURCE', '/vhosts/an/httpdocs/pub/files/pdf/pdf/');
define('HTMLSOURCE', '/vhosts/an/httpdocs/pub/files/html/'); define('HTMLSOURCE', '/vhosts/an/httpdocs/pub/files/html/');
} }