public/main/help/help.php
Variable "help_name" is not in valid camel caps format Open
Open
$help_name = isset($_GET['open']) ? Security::remove_XSS($_GET['open']) : null;
- Exclude checks
Variable "help_name" is not in valid camel caps format Open
Open
<h3><?php echo get_lang('H'.$help_name); ?></h3>
- Exclude checks
Variable "help_name" is not in valid camel caps format Open
Open
if (empty($help_name)) {
- Exclude checks
Spaces must be used for alignment; tabs are not allowed Open
Open
* This script displays a help window.
- Exclude checks
Variable "help_name" is not in valid camel caps format Open
Open
<?php echo get_lang($help_name.'Content'); ?>
- Exclude checks