eve-indy-job-tracker/logout.php

1 line
No EOL
81 B
PHP
Executable file

<?php session_start(); session_destroy(); header('Location: index.php'); exit; ?>