Changed variables.

This commit is contained in:
2026-07-04 07:43:33 -07:00
parent 7ee47a0b1e
commit 4484f88d8d
21 changed files with 197 additions and 197 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
<?php
$data = array_merge($data, [
$ctx->withData([
'title' => 'Novaconium Login Page',
'pageclass' => 'novaconium'
]);
// Don't come here if logged in
if ($session->get('username')) {
$redirect->url('/novaconium/dashboard');
if ($ctx->session->get('username')) {
$ctx->redirect->url('/novaconium/dashboard');
makeitso();
}
view('@novacore/auth/login');