Files
website-template/server/app-code/logout.php
2024-06-26 16:50:09 +02:00

3 lines
65 B
PHP

<?php
header("location:/system/insecure_zone/php/logout.php");
?>