morning changes
This commit is contained in:
15
controllers/settings.php
Normal file
15
controllers/settings.php
Normal 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);
|
||||
Reference in New Issue
Block a user