DIR : /home/kozerus/public_html/zc/adam/keepalive.php
/home/kozerus/public_html/zc/adam
<?php
/**
* @package admin
* @copyright Copyright 2003-2018 Zen Cart Development Team
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: Drbyte Mon Jan 22 21:04:52 2018 -0500 New in v1.5.6 $
*
*/
require ('includes/application_top.php');
if (isset($_SESSION['admin_id'])) {
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
echo 'OK';
} else {
header("HTTP/1.1 401 Unauthorized");
}
require (DIR_WS_INCLUDES . 'application_bottom.php');
//
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