View file signout/handlers/signout.php

File size: 80B
<?php
$signout = User::signoutUser(); 
header("Location: $site_url");
exit();