isLoggedIn() && strtolower(basename($_SERVER['PHP_SELF']) != strtolower(basename(CONFIG_LOGIN_PAGE)))) {// header('Location: ' . appendQueryString(CONFIG_LOGIN_PAGE, makeQueryString())); exit; } } addNoCacheHeaders(); //URL Declartions define('CONFIG_URL_IMAGE_PREVIEW', 'ajax_image_preview.php'); define('CONFIG_URL_CREATE_FOLDER', 'ajax_create_folder.php'); define('CONFIG_URL_DELETE', 'ajax_delete_file.php'); define('CONFIG_URL_HOME', 'ajaxfilemanager.php'); define("CONFIG_URL_UPLOAD", 'ajax_file_upload.php'); define('CONFIG_URL_PREVIEW', 'ajax_preview.php'); define('CONFIG_URL_SAVE_NAME', 'ajax_save_name.php'); define('CONFIG_URL_IMAGE_EDITOR', 'ajax_image_editor.php'); define('CONFIG_URL_IMAGE_SAVE', 'ajax_image_save.php'); define('CONFIG_URL_IMAGE_RESET', 'ajax_editor_reset.php'); define('CONFIG_URL_IMAGE_UNDO', 'ajax_image_undo.php'); define('CONFIG_URL_CUT', 'ajax_file_cut.php'); define('CONFIG_URL_COPY', 'ajax_file_copy.php'); define('CONFIG_URL_PASTE', 'ajax_get_file_list.php'); define('CONFIG_URL_DOWNLOAD', 'ajax_download.php'); define('CONFIG_URL_TEXT_EDITOR', 'ajax_text_editor.php'); define('CONFIG_URL_GET_FOLDER_LIST', 'ajax_get_folder_listing.php'); define('CONFIG_URL_SAVE_TEXT', 'ajax_save_text.php'); ?>