CMS  Version 3.9
show_hint.inc File Reference

Go to the source code of this file.

Variables

 $code = checkIdentifier($_GET["code"])
 
 $hint = ToolHint::findToolHint($code)
 
 if (!checkRole( $hint->read_access))
 

Variable Documentation

◆ $code

$code = checkIdentifier($_GET["code"])

Definition at line 36 of file show_hint.inc.

◆ $hint

$hint = ToolHint::findToolHint($code)

Definition at line 37 of file show_hint.inc.

◆ if

if(!checkRole($hint->read_access)) ( checkRole $hint->read_access)

Definition at line 39 of file show_hint.inc.