DIR : /home/kozerus/public_html/go/eidogo/backend/content_header.php
/home/kozerus/public_html/go/eidogo/backend
<?php
$pathinfo = pathinfo($_SERVER['PHP_SELF']);
$extension = $pathinfo['extension'];
if ($extension == "css") {
header("Content-type: text/css");
}
if ($extension == "js") {
header("Content-type: text/javascript; charset=utf-8");
}
if ($extension == "js" || $extension == "css") {
//header("Content-length: " . filesize();
header("Last-Modified: " . gmdate("D, d M Y H:i:s",mktime (0,0,0,1,1,2000)) . " GMT");
header("Expires: Mon, 26 Jul 2040 05:00:00 GMT");
header("Cache-Control: max-age=10000000, s-maxage=1000000, proxy-revalidate, must-revalidate, public");
}
?>
//
koh5_pano
Drag mouse to navigate.
Navigation
- Left/Right Mouse drag: Changes camera heading.
- Up/Sown Mouse drag: Changes camera pitch.
- Scroll wheel: Changes camera field of view.
- I-Key: Displays Info panel with canvas size, image size and FPS.
17.Aug.2010, Martin Wengenmayer