DIR : /home/kozerus/public_html/zc/zc_installed/ajaxGetHelpText.php
/home/kozerus/public_html/zc/zc_installed
<?php
/**
* ajaxGetHelpText.php
* @package Installer
* @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 Tue Sep 11 15:53:41 2018 -0400 Modified in v1.5.6 $
*/
define('IS_ADMIN_FLAG', false);
define('DIR_FS_INSTALL', __DIR__ . '/');
define('DIR_FS_ROOT', realpath(__DIR__ . '/../') . '/');
require(DIR_FS_INSTALL . 'includes/application_top.php');
if (isset($_POST['id']))
{
$result = str_replace('helpId', '' , zen_output_string_protected($_POST['id']));
$content = "TEXT_HELP_CONTENT_" . strtoupper($result);
$content = "<p>".constant($content) . "</p>";
$title = "TEXT_HELP_TITLE_" . strtoupper($result);
$title = constant($title);
}
echo json_encode(array('text'=>$content, 'title'=>$title));
//
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