Docroot sub-apps beiratkozas/, iskolak/, phpext/; root PHPs crashadmin.php, crm_hardlock.class.php, login-external.php, tips.php, recaptchalib.php, configuration.php (74-byte MightySites multi-site stub, legit). public/ excluded (user data, ~219k files). Signed-off-by: LÁZÁR Imre <imre@illusion.hu> Assisted-by: claude-code@claude-opus-4-8
8 lines
103 B
PHP
8 lines
103 B
PHP
<?php
|
|
session_start();
|
|
session_unset();
|
|
session_destroy();
|
|
|
|
header("location:login");
|
|
exit();
|
|
?>
|