master
parent
f851ad40df
commit
4973f28451
|
@ -16,10 +16,10 @@ $id=$_GET['id'];
|
||||||
<?php
|
<?php
|
||||||
if(isset($_GET['action'])) {
|
if(isset($_GET['action'])) {
|
||||||
if ($_GET['action']=='submit') {
|
if ($_GET['action']=='submit') {
|
||||||
echo "<meta http-equiv='refresh' content='5;URL=%CONTENT_DIR%/board/?id=$id' name='viewport' content='width=device-width, initial-scale=1.0'>";
|
echo "<meta http-equiv=\"refresh\" content=\"5;URL=%CONTENT_DIR%/board/?id=$id\">";
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
echo "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">"
|
echo "<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">";
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</head>
|
</head>
|
||||||
|
|
Loading…
Reference in New Issue