Add Hello World page
This commit is contained in:
parent
c09e9fe49a
commit
bee365e47c
16 changed files with 18856 additions and 0 deletions
12
onyx/include/public/home.php
Normal file
12
onyx/include/public/home.php
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
if(!defined('ONYX')) exit;
|
||||
|
||||
if ($SESS->level < 1)
|
||||
{
|
||||
$page = "public/home";
|
||||
}
|
||||
else
|
||||
{
|
||||
$page = "users/home";
|
||||
}
|
||||
Reference in a new issue