| # | Line 7 | Line 7 | |
|---|---|---|
| 7 | <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> | |
| 8 | <meta http-equiv="pragma" content="no-cache"> | |
| 9 | <meta http-equiv="cache-control" content="no-cache"> | |
| 10 | + | <? if (preg_match("/^[0-9]{1,3}$/", $refresh)) { ?> |
| 11 | + | <meta http-equiv="refresh" content="<?=$refresh?>" url="<?=$PHP_SELF?>"> |
| 12 | + | <? } ?> |
| 13 | <meta name="htdig-noindex" content="noindex,nofollow"> | |
| 14 | <meta name="robots" content="noindex,nofollow"> | |
| 15 | </head> | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |