Add form
This commit is contained in:
10
static/views/start.php
Normal file
10
static/views/start.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
$start = $this->oLang->texts['WELCOME'];
|
||||
if ($_SESSION['admin']==0){
|
||||
$start .= $this->oLang->texts['USER_INSTRUCTION'];
|
||||
}
|
||||
else{
|
||||
$start .= $this->oLang->texts['ADMIN_INSTRUCTION'];
|
||||
}
|
||||
echo $start;
|
||||
?>
|
Reference in New Issue
Block a user