fix
parent
84215bc39c
commit
c1ca53faa4
|
@ -14,8 +14,10 @@ $id=$_GET['id'];
|
||||||
%STYLESHEET%
|
%STYLESHEET%
|
||||||
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
|
<link rel="icon" type="image/png" href="%CONTENT_DIR%/img/favicon-32x32.png" sizes="32x32" />
|
||||||
<?php
|
<?php
|
||||||
if ($_GET['action']=='submit') {
|
if(isset($_GET['action'])) {
|
||||||
echo "<meta http-equiv='refresh' content='5;URL=%CONTENT_DIR%/board/?id=$id' name='viewport' content='width=device-width, initial-scale=1.0' />";
|
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' />";
|
||||||
|
}
|
||||||
} 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' />"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue