public/main/help/faq.php
Variable "faq_content" is not in valid camel caps format Open
Open
$faq_content = @(string) file_get_contents(api_get_path(SYS_APP_PATH).'home/faq.html');
- Exclude checks
Variable "faq_content" is not in valid camel caps format Open
Open
$faq_content = api_to_system_encoding($faq_content, api_detect_encoding(strip_tags($faq_content)));
- Exclude checks
Variable "faq_file" is not in valid camel caps format Open
Open
$fpath = api_get_path(SYS_APP_PATH).'home/'.$faq_file;
- Exclude checks
Variable "faq_content" is not in valid camel caps format Open
Open
$faq_content = @(string) file_get_contents(api_get_path(SYS_APP_PATH).'home/'.$faq_file);
- Exclude checks
Variable "faq_file" is not in valid camel caps format Open
Open
$faq_content = @(string) file_get_contents(api_get_path(SYS_APP_PATH).'home/'.$faq_file);
- Exclude checks
Variable "faq_content" is not in valid camel caps format Open
Open
$faq_content = api_to_system_encoding($faq_content, api_detect_encoding(strip_tags($faq_content)));
- Exclude checks
Variable "faq_file" is not in valid camel caps format Open
Open
$fp = fopen(api_get_path(SYS_APP_PATH).'home/'.$faq_file, 'w');
- Exclude checks
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 "faq_content" is not in valid camel caps format Open
Open
$faq_content = api_to_system_encoding($faq_content, api_detect_encoding(strip_tags($faq_content)));
- Exclude checks
Variable "faq_content" is not in valid camel caps format Open
Open
echo $faq_content;
- Exclude checks
Variable "faq_file" is not in valid camel caps format Open
Open
$faq_file = 'faq.html';
- Exclude checks
Variable "faq_content" is not in valid camel caps format Open
Open
$faq_content = api_to_system_encoding($faq_content, api_detect_encoding(strip_tags($faq_content)));
- Exclude checks
Variable "faq_content" is not in valid camel caps format Open
Open
$form->setDefaults(['faq_content' => $faq_content]);
- Exclude checks
Variable "faq_content" is not in valid camel caps format Open
Open
$faq_content = api_to_system_encoding($faq_content, api_detect_encoding(strip_tags($faq_content)));
- Exclude checks
Variable "faq_content" is not in valid camel caps format Open
Open
$faq_content = api_to_system_encoding($faq_content, api_detect_encoding(strip_tags($faq_content)));
- Exclude checks