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



Your browser does not support the HTML5 canvas element.


Drag mouse to navigate.

Navigation





17.Aug.2010, Martin Wengenmayer