WIP on document conversion
This commit is contained in:
@@ -5,6 +5,6 @@
|
||||
|
||||
include '../../start.php';
|
||||
|
||||
if (key_exists(Key::USER_ID, $_SESSION)) session_destroy();
|
||||
if (key_exists(FeedReaderCentral\Key::USER_ID, $_SESSION)) session_destroy();
|
||||
|
||||
frc_redirect('/');
|
||||
|
||||
@@ -1,6 +1,9 @@
|
||||
<?php
|
||||
include '../../start.php';
|
||||
|
||||
use FeedReaderCentral\Key;
|
||||
use FeedReaderCentral\Security;
|
||||
|
||||
$db = Data::getConnection();
|
||||
Security::verifyUser($db, redirectIfAnonymous: false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user