mirror of
https://github.com/delight-im/PHP-Auth.git
synced 2025-08-03 14:47:30 +02:00
Prevent text in README from being detected by tooling
This commit is contained in:
@@ -638,7 +638,7 @@ Here’s how to use this library with your own tables for custom user informatio
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($_SESSION['_internal_user_info'])) {
|
if (!isset($_SESSION['_internal_user_info'])) {
|
||||||
// TODO: load your custom user information and assign it to the session variable below
|
// To do: load your custom user information and assign it to the session variable below
|
||||||
// $_SESSION['_internal_user_info'] = ...
|
// $_SESSION['_internal_user_info'] = ...
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user