Alexandre Alapetite 11 years ago
parent b0cbc6fe5d
commit 0e9ed2a408
  1. 2
      public/f.php

@ -50,6 +50,8 @@ $txtMTime = @filemtime($txt);
if (($icoMTime == false) || ($txtMTime > $icoMTime)) {
if ($txtMTime == false) {
header('HTTP/1.1 404 Not Found');
header('Content-Type: image/gif');
readfile(PUBLIC_PATH . '/themes/icons/grey.gif'); //TODO: Better 404 favicon
die();
}
$url = file_get_contents($txt);

Loading…
Cancel
Save