From 3414378534e7e74684f5243e984eac3e6efcb776 Mon Sep 17 00:00:00 2001 From: Andrey Kuvshinov Date: Tue, 6 Jul 2021 19:21:39 +0300 Subject: [PATCH] correct config for https --- app/confg.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/confg.php b/app/confg.php index 29af07b..a275ad2 100644 --- a/app/confg.php +++ b/app/confg.php @@ -13,7 +13,7 @@ if (isset($_SERVER['HTTP_HOST'])) else 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('HTMLSOURCE', '/vhosts/an/httpdocs/pub/files/html/'); }