1
0
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:
Marco
2024-06-14 14:18:12 +02:00
parent 75c372198d
commit 2ffe09c52e

View File

@@ -638,7 +638,7 @@ Heres how to use this library with your own tables for custom user informatio
}
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'] = ...
}