Session management: Revert modification in third-party lib

This commit is contained in:
Molkobain
2021-09-08 14:49:29 +02:00
parent 8edd155351
commit 0de4e62fcd

View File

@@ -1174,7 +1174,7 @@ class phpCAS
}
/**
* Checks whether authenticated based on _SESSION. Useful to avoid
* Checks whether authenticated based on $_SESSION. Useful to avoid
* server calls.
*
* @return bool true if authenticated, false otherwise.