mirror of
https://github.com/myronblair/tomsjavajive
synced 2026-06-30 17:50:32 -05:00
Initial commit
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Tom's Java Jive - Customer Logout
|
||||
*/
|
||||
|
||||
require_once __DIR__ . '/includes/auth.php';
|
||||
|
||||
CustomerAuth::logout();
|
||||
setFlash('success', 'You have been signed out.');
|
||||
redirect('/');
|
||||
Reference in New Issue
Block a user