public/main/course_info/download.php
Variable "archive_file" is not in valid camel caps format Open
Open
if (empty($extension) || !file_exists($archive_path.$archive_file)) {
- Exclude checks
Variable "archive_path" is not in valid camel caps format Open
Open
if (empty($extension) || !file_exists($archive_path.$archive_file)) {
- Exclude checks
Variable "archive_file" is not in valid camel caps format Open
Open
if (Security::check_abs_path($archive_path.$archive_file, $archive_path)) {
- Exclude checks
Variable "archive_file" is not in valid camel caps format Open
Open
$archive_file = isset($_GET['archive']) ? $_GET['archive'] : null;
- Exclude checks
Variable "archive_path" is not in valid camel caps format Open
Open
$archive_path = api_get_path(SYS_ARCHIVE_PATH);
- Exclude checks
Variable "archive_file" is not in valid camel caps format Open
Open
$archive_file = str_replace(['..', '/', '\\'], '', $archive_file);
- Exclude checks
Variable "archive_file" is not in valid camel caps format Open
Open
$archive_file = str_replace(['..', '/', '\\'], '', $archive_file);
- Exclude checks
Variable "content_type" is not in valid camel caps format Open
Open
$content_type = '';
- Exclude checks
Variable "archive_path" is not in valid camel caps format Open
Open
if (Security::check_abs_path($archive_path.$archive_file, $archive_path)) {
- Exclude checks
Variable "archive_path" is not in valid camel caps format Open
Open
$archive_path.$archive_file,
- Exclude checks
Variable "this_section" is not in valid camel caps format Open
Open
$this_section = SECTION_COURSES;
- Exclude checks
Variable "archive_file" is not in valid camel caps format Open
Open
$archive_file
- Exclude checks
Variable "archive_file" is not in valid camel caps format Open
Open
$archive_path.$archive_file,
- Exclude checks
Variable "archive_path" is not in valid camel caps format Open
Open
if (Security::check_abs_path($archive_path.$archive_file, $archive_path)) {
- Exclude checks
Variable "content_type" is not in valid camel caps format Open
Open
$content_type = 'application/force-download';
- Exclude checks
Variable "content_type" is not in valid camel caps format Open
Open
$content_type = 'application/force-download';
- Exclude checks
Variable "content_type" is not in valid camel caps format Open
Open
if (empty($content_type)) {
- Exclude checks
Variable "archive_path" is not in valid camel caps format Open
Open
$archive_path = CourseArchiver::getBackupDir();
- Exclude checks