Skip to content
Snippets Groups Projects
Unverified Commit 1faa4179 authored by Tim van Dijen's avatar Tim van Dijen Committed by GitHub
Browse files

expirycheck: remove unused code

parent bf241c26
No related branches found
No related tags found
No related merge requests found
......@@ -140,7 +140,6 @@ class sspmod_expirycheck_Auth_Process_ExpiryDate extends SimpleSAML_Auth_Process
if (!self::checkDate($expireOnDate)) {
SimpleSAML\Logger::error('expirycheck: NetID ' . $netId .
' has expired [' . date($this->date_format, $expireOnDate) . ']. Access denied!');
$globalConfig = SimpleSAML_Configuration::getInstance();
/* Save state and redirect. */
$state['expireOnDate'] = date($this->date_format, $expireOnDate);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment