more bugfix
This commit is contained in:
parent
addc5a14a9
commit
43162438af
|
@ -5,7 +5,7 @@ include "data/config.php";
|
||||||
|
|
||||||
$domain =
|
$domain =
|
||||||
htmlspecialchars(
|
htmlspecialchars(
|
||||||
(strpos(strtolower($_SERVER['SERVER_PROTOCOL']), 'https') === false ? 'http' : 'https') .
|
((isset($_SERVER["HTTPS"]) && ($_SERVER["HTTPS"] == "on" || $_SERVER["HTTPS"] === 1)) ? "https" : "http") .
|
||||||
'://' . $_SERVER["HTTP_HOST"]
|
'://' . $_SERVER["HTTP_HOST"]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<div class="timetaken">Took {%timetaken%}s</div>
|
Took {%timetaken%}
|
||||||
<div id="images">
|
<div id="images">
|
||||||
{%images%}
|
{%images%}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue