<?php
// general
$domain = "domain.tld"; // your domain (no slash at the end !!!)
$path_to_root = "./"; // path to root
$path_to_admin = "./";
$folder_base = "./"; // with slash at the end
$secure_edit = ""; // "" or "yes" or "no"
$charset = "UTF-8"; // "UTF-8", "iso-8859-1"
// modules integration
$pt_cke_cfg = "modules/ckeditor/ckeditor.js";
$pt_w3eA_cke_cfg = "../w3eA_cke_cfg.js";
$pt_w3eA_kcf_fr = "modules/w3eA_kcf_frame.php";
$pt_w3eA_phftp_fr = "modules/w3eA_phftp_frame.php";
$pt_w3eProtect = "modules/w3easyProtect";
$pt_w3eA_jscrypt = "modules/jscrypt/w3eA_jscrypt.php";
## individual settings
// quick folder
$name_quick_folder_1 = "w3easyAdmin"; // selection name
$path_quick_folder_1 = "./"; // path to quick folder ('/' at the end)
$name_quick_folder_2 = "root"; // selection name
$path_quick_folder_2 = $path_to_root; // path to quick folder ('/' at the end)
$name_quick_folder_3 = ""; // selection name
$path_quick_folder_3 = ""; // path to quick folder ('/' at the end)
$name_quick_folder_4 = ""; // selection name
$path_quick_folder_4 = ""; // path to quick folder ('/' at the end)
$name_quick_folder_5 = ""; // selection name
$path_quick_folder_5 = ""; // path to quick folder ('/' at the end)
$name_quick_folder_6 = ""; // selection name
$path_quick_folder_6 = ""; // path to quick folder ('/' at the end)
$name_quick_folder_7 = ""; // selection name
$path_quick_folder_7 = ""; // path to quick folder ('/' at the end)
$name_quick_folder_8 = ""; // selection name
$path_quick_folder_8 = ""; // path to quick folder ('/' at the end)
$name_quick_folder_9 = ""; // selection name
$path_quick_folder_9 = ""; // path to quick folder ('/' at the end)
$name_quick_folder_10 = ""; // selection name
$path_quick_folder_10 = ""; // path to quick folder ('/' at the end)
// quick_file
$name_quick_file_1 = "easyAdmin_config"; // selection name (chose as you like)
$file_quick_file_1 = "w3eA_config.php"; // file incl. extension(s)
$path_quick_file_1 = "./"; // path to folder ('/' at the end). Same folder = "./"
$name_quick_file_2 = "easyBackup_config"; // selection name (chose as you like)
$file_quick_file_2 = "w3eB_config.php"; // file incl. extension(s)
$path_quick_file_2 = "./"; // path to folder ('/' at the end). Same folder = "./"
$name_quick_file_3 = ""; // selection name (chose as you like)
$file_quick_file_3 = ""; // file incl. extension(s)
$path_quick_file_3 = ""; // path to folder ('/' at the end). Same folder = "./"
$name_quick_file_4 = ""; // selection name (chose as you like)
$file_quick_file_4 = ""; // file incl. extension(s)
$path_quick_file_4 = ""; // path to folder ('/' at the end). Same folder = "./"
$name_quick_file_5 = ""; // selection name (chose as you like)
$file_quick_file_5 = ""; // file name incl. extension(s)
$path_quick_file_5 = ""; // path to folder ('/' at the end). Same folder = "./"
$name_quick_file_6 = ""; // selection name (chose as you like)
$file_quick_file_6 = ""; // file name incl. extension(s)
$path_quick_file_6 = ""; // path to folder ('/' at the end). Same folder = "./"
$name_quick_file_7 = ""; // selection name (chose as you like)
$file_quick_file_7 = ""; // file name incl. extension(s)
$path_quick_file_7 = ""; // path to folder ('/' at the end). Same folder = "./"
$name_quick_file_8 = ""; // selection name (chose as you like)
$file_quick_file_8 = ""; // file name incl. extension(s)
$path_quick_file_8 = ""; // path to folder ('/' at the end). Same folder = "./"
$name_quick_file_9 = ""; // selection name (chose as you like)
$file_quick_file_9 = ""; // file name incl. extension(s)
$path_quick_file_9 = ""; // path to folder ('/' at the end). Same folder = "./"
$name_quick_file_10 = ""; // selection name (chose as you like)
$file_quick_file_10 = ""; // file name incl. extension(s)
$path_quick_file_10 = ""; // path to folder ('/' at the end). Same folder = "./"
?>