File "map.php"

Full Path: /home/ptgoldenvisa/public_html/chat/map.php
File size: 749 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
/****************************************************************************************
* LiveZilla map.php
* 
* Copyright 2014 LiveZilla GmbH
* All rights reserved.
* LiveZilla is a registered trademark.
* 
* Improper changes to this file may cause critical errors.
***************************************************************************************/ 

define("IN_LIVEZILLA",true);
define("LIVEZILLA_PATH","./");

require(LIVEZILLA_PATH . "_definitions/definitions.inc.php");
require(LIVEZILLA_PATH . "_lib/functions.global.inc.php");
require(LIVEZILLA_PATH . "_definitions/definitions.protocol.inc.php");
require(LIVEZILLA_PATH . "_definitions/definitions.dynamic.inc.php");

$map = IOStruct::GetFile(TEMPLATE_HTML_MAP);
exit($map);
?>