|
@@ -14,7 +14,7 @@ if(empty(\$_REQUEST["report"])) {
|
|
|
}
|
|
|
|
|
|
//Get labels for meta and page titles
|
|
|
-\$labels = split("[-.]", \$report);
|
|
|
+\$labels = preg_split("/[-.]/", \$report);
|
|
|
\$count = count(\$labels);
|
|
|
|
|
|
if (\$count == 3){
|
|
@@ -67,13 +67,13 @@ if (\$count == 4){
|
|
|
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
|
|
|
<link rel="stylesheet" href="css/main.css">
|
|
|
|
|
|
- <!-- Font Awesome CDN links for 5.3-->
|
|
|
- <!-- If you have a pro license --!>
|
|
|
- <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-9ralMzdK1QYsk4yBY680hmsb4/hJ98xK3w0TIaJ3ll4POWpWUYaA2bRjGGujGT8w" crossorigin="anonymous">
|
|
|
- <!-- Free license --!>
|
|
|
- <!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/all.css" integrity="sha384-mzrmE5qonljUremFsqc01SB46JvROS7bZs3IO2EmfFsd15uHvIt+Y8vEf7N7fWAU" crossorigin="anonymous"> --!>
|
|
|
-
|
|
|
- <!-- Skripte -->
|
|
|
+ <!-- Font Awesome CDN links for 5.12.0-->
|
|
|
+ <!-- If you have a pro license -->
|
|
|
+ <link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.12.0/css/all.css" integrity="sha384-ekOryaXPbeCpWQNxMwSWVvQ0+1VrStoPJq54shlYhR8HzQgig1v5fas6YgOqLoKz" crossorigin="anonymous">
|
|
|
+ <!-- Free license -->
|
|
|
+ <!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.12.0/css/all.css" integrity="sha384-REHJTs1r2ErKBuJB0fCK99gCYsVjwxHrSU0N7I1zl9vZbggVJXRMsv/sLlOAGb4M" crossorigin="anonymous"> -->
|
|
|
+
|
|
|
+ <!-- Script -->
|
|
|
<script src="js/modernizr-2.6.2.min.js"></script>
|
|
|
<script src="js/checkdiff.js"></script>
|
|
|
|
|
@@ -146,7 +146,7 @@ if (\$count == 4){
|
|
|
⋅
|
|
|
Copyright <i class="far fa-copyright"></i> $latest.dateTime.format("%Y")
|
|
|
<br>
|
|
|
- Sofaskin by <a href="http://blauesledersofa.de">Blaues Ledersofa</a>
|
|
|
+ Sofaskin by <a href="http://neoground.com">Neoground</a>
|
|
|
⋅
|
|
|
CW9009 Version by <a href="http://cw9009.x10host.com">JDS</a>
|
|
|
⋅
|