mirror of
https://silica.codes/islehorse/HorseIsleWeb.git
synced 2025-05-30 02:19:06 +12:00
update webiste
This commit is contained in:
parent
66bbfd7913
commit
ed3ee67204
4 changed files with 13 additions and 8 deletions
master-site/web
|
@ -35,7 +35,8 @@ include("header.php");
|
|||
|
||||
if(!isset($_POST['VIEWID'])){
|
||||
$thread = create_fourm_thread($subject, $forum);
|
||||
create_fourm_reply($thread, $_SESSION['USERNAME'], $text, $forum, $_SESSION['ADMIN']);
|
||||
|
||||
create_fourm_reply($thread, $_SESSION['USERNAME'], $text, $forum, $_SESSION['ADMIN'] == 'YES');
|
||||
}
|
||||
else
|
||||
{
|
||||
|
@ -46,7 +47,7 @@ include("header.php");
|
|||
goto ex;
|
||||
}
|
||||
|
||||
create_fourm_reply($threadId, $_SESSION['USERNAME'], $text, $forum, $_SESSION['ADMIN']);
|
||||
create_fourm_reply($threadId, $_SESSION['USERNAME'], $text, $forum, $_SESSION['ADMIN'] == 'YES');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue