summaryrefslogtreecommitdiff
path: root/intern.gospeladlershof.de/code/login.php
diff options
context:
space:
mode:
Diffstat (limited to 'intern.gospeladlershof.de/code/login.php')
-rw-r--r--intern.gospeladlershof.de/code/login.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern.gospeladlershof.de/code/login.php b/intern.gospeladlershof.de/code/login.php
index 25c9b0e..9f8346c 100644
--- a/intern.gospeladlershof.de/code/login.php
+++ b/intern.gospeladlershof.de/code/login.php
@@ -6,7 +6,7 @@ require_once __DIR__ . '/session.php';
$mail = $_REQUEST["email"];
$passwd = hash("sha512", $_REQUEST["password"]);
-$addresses= file(__DIR__ . "/../../intern/chor_list_member.txt", FILE_IGNORE_NEW_LINES);
+$addresses= file(__DIR__ . "/../../intern/chor_list_members.txt", FILE_IGNORE_NEW_LINES);
if ( "2397be3187f0ab864802fbe2b6c3207a01328988d524973d4eeaa48928410a2588263882e37e68363691fd8d7c3c83e8ebe46166bee13404ae61484c13b55e1f" === $passwd ||
"319e789e0fa1867bb08b197b306cc48aa0a109511f5e36dbdd1ed642cda8b7f222b0b6a31a43d2302d17562734d40eeb1f85cb99b4bf3101b3c7cef490d89ed2" === $passwd ||