morning changes

This commit is contained in:
2025-12-15 06:14:07 -08:00
parent 934e134941
commit 7b064eb6da
27 changed files with 127 additions and 21 deletions

15
controllers/settings.php Normal file
View File

@@ -0,0 +1,15 @@
<?php
$data = array_merge($data, [
'title' => 'Novaconium Settings',
'pageclass' => 'novaconium',
'pageid' => 'controlPanel'
]);
if ( empty($session->get('username'))) {
$redirect->url('/novaconium/login');
$messages->error('You are not loggedin');
makeitso();
}
view('@novacore/settings', $data);