From 1f8d1eb4bbe9a764fa69a2da936db7adbfb2941e Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sun, 1 Jan 2017 18:49:43 +0100 Subject: Fixed "Constant already defined" notice Added more ugly global variables --- includes/engelsystem_provider.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'includes/engelsystem_provider.php') diff --git a/includes/engelsystem_provider.php b/includes/engelsystem_provider.php index ef9cee15..595af9f9 100644 --- a/includes/engelsystem_provider.php +++ b/includes/engelsystem_provider.php @@ -68,9 +68,6 @@ if (file_exists(realpath(__DIR__ . '/../config/config.php'))) { require_once realpath(__DIR__ . '/../config/config.php'); } -defined('CRYPT_ALG') || define('CRYPT_ALG', '$6$rounds=5000'); // SHA-512 -defined('MIN_PASSWORD_LENGTH') || define('MIN_PASSWORD_LENGTH', 8); - if ($maintenance_mode) { echo file_get_contents(__DIR__ . '/../public/maintenance.html'); die(); -- cgit v1.2.3-54-g00ecf