<?php
header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
ini_set('max_execution_time', 0);

const config = [
    'directory' => [
        'cur_path' => false,
        'show_path' => true
    ],
    'server' => [
        'server_id' => 'dl6',
        'token' => 'faf29c82f627253757539ca1a43e74b9',
        'wsx' => false,
        'website' => 'https://dlkarbar.ir', //without end Slash : https://vip-system.ir
        'downloader_file_url' => 'https://dl6.se7fli.ir/server.php',  //https://download.vip-system.ir/vip.php
        'secure_folder' => './',
        'download_module' => 5
    ],
    'access' => [
        'download' => true,
        'ads' => false,
        'types' => [
            'mp4',
            'mkv',
            'webm',
            'mp3',
        ]
    ]
];
