Security issue resolve
Showing
1 changed file
with
1 additions
and
0 deletions
| ... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
| 4 | <title>{!! Config::get("app.name") !!} - {!! Config::get('app.app_title') !!}</title> | 4 | <title>{!! Config::get("app.name") !!} - {!! Config::get('app.app_title') !!}</title> |
| 5 | 5 | ||
| 6 | <meta charset="UTF-8" /> | 6 | <meta charset="UTF-8" /> |
| 7 | <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> | ||
| 7 | <?php | 8 | <?php |
| 8 | $v=Config::get('app.app_version'); | 9 | $v=Config::get('app.app_version'); |
| 9 | $vieportopt=explode(":",Config::get("app.kstych_viewportMeta")); | 10 | $vieportopt=explode(":",Config::get("app.kstych_viewportMeta")); | ... | ... |
-
Please register or sign in to post a comment