Cheetah
Variables
cmts.php File Reference

Go to the source code of this file.

Variables

 $sSys = isset($_REQUEST['sys']) ? $_REQUEST['sys'] : ''
 
 $sAction = isset($_REQUEST['action']) && preg_match ('/^[A-Za-z_-]+$/', $_REQUEST['action']) ? $_REQUEST['action'] : ''
 
 $iId = (int)$_REQUEST['id']
 
 $aSystems = ChWsbCmts::getSystems ()
 

Variable Documentation

◆ $aSystems

$aSystems = ChWsbCmts::getSystems ()

Definition at line 20 of file cmts.php.

◆ $iId

$iId = (int)$_REQUEST['id']

Definition at line 17 of file cmts.php.

◆ $sAction

$sAction = isset($_REQUEST['action']) && preg_match ('/^[A-Za-z_-]+$/', $_REQUEST['action']) ? $_REQUEST['action'] : ''

Definition at line 16 of file cmts.php.

◆ $sSys

$sSys = isset($_REQUEST['sys']) ? $_REQUEST['sys'] : ''

Definition at line 15 of file cmts.php.