DIR : /home/kozerus/public_html/zc/adam/logoff.php
/home/kozerus/public_html/zc/adam
<?php
/**
* @package admin
* @copyright Copyright 2003-2011 Zen Cart Development Team
* @copyright Portions Copyright 2003 osCommerce
* @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
* @version $Id: logoff.php 19328 2011-08-06 22:53:47Z drbyte $
*/
require('includes/application_top.php');
unset($_SESSION['admin_id']);
zen_session_destroy();
require('includes/application_bottom.php');
zen_redirect(zen_href_link(FILENAME_LOGIN, '', 'SSL'));
exit();
//
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