From 65ee3af0845f20cd3ae4a3d0c2ee3ce865f7fc7c Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Mon, 27 Jun 2016 11:52:02 -0400 Subject: [PATCH] Change file mode of backups that are made available for download to 0600. --- interface/web/client/client_circle_edit.php | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/interface/web/client/client_circle_edit.php b/interface/web/client/client_circle_edit.php index 629e526..679b802 100644 --- a/interface/web/client/client_circle_edit.php +++ b/interface/web/client/client_circle_edit.php @@ -38,9 +38,8 @@ * End Form configuration ******************************************/ -require_once('../../lib/config.inc.php'); -require_once('../../lib/app.inc.php'); -require_once('tools.inc.php'); +require_once '../../lib/config.inc.php'; +require_once '../../lib/app.inc.php'; //* Check permissions for module $app->auth->check_module_permissions('client'); -- Gitblit v1.9.1