View file zip0.ru/logout.php

File size: 81B
<?php
require_once 'config.php';
session_destroy();
header('Location: /');
exit;