oh well
parent
c1ca53faa4
commit
03adb7380d
|
@ -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' name='viewport' content='width=device-width, initial-scale=1.0'>";
|
||||||
}
|
}
|
||||||
} 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