master
BodgeMaster 2021-09-07 06:49:29 +02:00
parent ca2717cd40
commit a63d0b6a40
1 changed files with 3 additions and 3 deletions

View File

@ -15,14 +15,14 @@ $id=$_GET['id'];
<?php
if(isset($_GET['action'])) {
if ($_GET['action']=='submit') {
echo "<meta http-equiv=\"refresh\" content=\"5;URL=%CONTENT_DIR%/board/?id=$id\">";
}
echo "<meta http-equiv=\"refresh\" content=\"5;URL=%CONTENT_DIR%/board/?id=$id?end\">";
}
} else {
echo "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">";
}
?>
</head>
<body <?php if (isset($_GET['action'])) { echo "onLoad=\"window.scrollTo(0,document.body.scrollHeight)\""; } ?> >
<body <?php if (isset($_GET['end'])) { echo "onLoad=\"window.scrollTo(0,document.body.scrollHeight)\""; } ?> >
%NAVBAR%
<div class="container">
<div class="item-1">