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