This commit is contained in:
2022-10-27 23:29:52 -04:00
parent c285033194
commit f32fcf808e
3 changed files with 27 additions and 6 deletions
+4 -3
View File
@@ -6,9 +6,10 @@ class Dash extends Users_Controller {
function __construct() {
parent::__construct();
if (!isset($_SESSION['username']) or $_SESSION['username'] == '') {
redirect(home);
}
$this->logger->info('Dash extends Users_Controller contructor');
if (!isset($_SESSION['username']) or $_SESSION['username'] == '') {
redirect(home);
}
}
public function help(){