Cheetah
constants.inc.php
Go to the documentation of this file.
1 <?php
2 
8 if(!defined("USER_STATUS_ONLINE")) define("USER_STATUS_ONLINE", "online");
9 if(!defined("USER_STATUS_OFFLINE")) define("USER_STATUS_OFFLINE", "offline");
10 
11 $aInfo = array(
12  'mode' => "as3",
13  'title' => "Messenger",
14  'version' => "7.2.0000",
15  'code' => "im_7.2.0000",
16  'author' => "Cheetah",
17  'authorUrl' => "https://www.cheetahwsb.com/"
18 );
19 $aModules = array(
20  'user' => array(
21  'caption' => 'Messenger',
22  'parameters' => array('sender', 'password', 'recipient'),
23  'js' => array(),
24  'inline' => false,
25  'vResizable' => true,
26  'hResizable' => true,
27  'layout' => array('top' => 0, 'left' => 0, 'width' => 550, 'height' => 450),
28  'minSize' => array('width' => 550, 'height' => 400),
29  'reloadable' => true,
30  'div' => array()
31  )
32 );
php
$aInfo
$aInfo
Definition: constants.inc.php:21
$aModules
$aModules
Definition: constants.inc.php:29