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

session_start();
include "data.php";
$control = new jobs();
$control->signout();
header("Location: index.php");