コード例 #1
0
ファイル: logout.php プロジェクト: kyakimchuk/doskaobyavleniy
<?php

require_once 'functions.php';
$functs = new funcs();
$functs->logout();
header("Location: index.php");