]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Cleaning confirm
[friendica.git] / boot.php
index e75b2abd917ec6e8e973ae116079b4ebf910298c..dfedcdbbbecd87668ae4d14eca4866f91cd8f08e 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -82,17 +82,6 @@ define('MAX_IMAGE_LENGTH',        -1);
  */
 define('DEFAULT_DB_ENGINE',  'InnoDB');
 
-/**
- * @name SSL Policy
- *
- * SSL redirection policies
- * @{
- */
-define('SSL_POLICY_NONE',         0);
-define('SSL_POLICY_FULL',         1);
-define('SSL_POLICY_SELFSIGN',     2);
-/* @}*/
-
 /** @deprecated since version 2019.03, please use \Friendica\Module\Register::CLOSED instead */
 define('REGISTER_CLOSED',        \Friendica\Module\Register::CLOSED);
 /** @deprecated since version 2019.03, please use \Friendica\Module\Register::APPROVE instead */