/home/ejrndhmu/tokobiolink.com/config/logout.php
<?php
require_once 'database.php';
startSecureSession();

// Logout user
logout();
?>