update
This commit is contained in:
parent
38e0c919cb
commit
c3bd5b75e4
2 changed files with 2 additions and 2 deletions
2
core.php
2
core.php
|
@ -5,5 +5,5 @@
|
|||
$description = "uiisc, freewebhost, webhost, Crogram";
|
||||
$rooturl = $_SERVER['HTTP_HOST'];
|
||||
$domain = preg_replace('/^www\./', '', $rooturl);
|
||||
$static_release = "1423465754";
|
||||
$static_release = "142346575444";
|
||||
?>
|
|
@ -10,7 +10,7 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<meta name="description" content="<?=$description?>">
|
||||
<meta name="author" content="<?=$author?>">
|
||||
<link href="favicon.ico" rel="icon">
|
||||
<link href="favicon.ico?v=<?=$static_release?>" rel="icon">
|
||||
<link href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="./css/style.css?v=<?=$static_release?>" rel="stylesheet"><!--[if lt IE 9]>
|
||||
<script src="./js/ie8-responsive-file-warning.js"></script><![endif]-->
|
||||
|
|
Loading…
Reference in a new issue