I installed snort on Windows 11 and it works, but now I wanted to install the base program which is already a little old but I found files that were more or less 1 year old, but now it’s giving me an error in a part of the code that I can’t find in the Google.
**Fatal error: Uncaught Error: Call to undefined function AuthorizedPage() in C:xampphtdocsbaseincludesbase_krnl.php:50 Stack trace: #0 C:xampphtdocsbasebase_main.php(45): require_once() #1 {main} thrown in **
the part of the code has an error, this is it
if ( AuthorizedPage($BK_SDL) && LoadedString(session_id()) ){ session_unset(); session_destroy(); session_write_close(); }
I already tried Google but I can’t find the code in question.
hernani coelho is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.