summaryrefslogtreecommitdiff
path: root/includes/engelsystem_provider.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2017-01-01 18:49:43 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2017-01-01 18:50:53 +0100
commit1f8d1eb4bbe9a764fa69a2da936db7adbfb2941e (patch)
tree716db7272e50734907f1f6fc35a1a93db0a97428 /includes/engelsystem_provider.php
parent5e850171e2f323e0ac13df5f8e1c1d5046959a52 (diff)
Fixed "Constant already defined" notice
Added more ugly global variables
Diffstat (limited to 'includes/engelsystem_provider.php')
-rw-r--r--includes/engelsystem_provider.php3
1 files changed, 0 insertions, 3 deletions
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();