| Current Path : C:/Users/ITO/Downloads/InventorySystem_PHP/InventorySystem_PHP/ |
| Current File : C:/Users/ITO/Downloads/InventorySystem_PHP/InventorySystem_PHP/logout.php |
<?php
require_once('includes/load.php');
if(!$session->logout()) {redirect("index.php");}
?>