6 lines
111 B
PHP
Raw Permalink Normal View History

<?php
set_include_path( ".:" . __DIR__ . "/../includes/");
include_once "web_functions.inc.php";
log_out();
?>