From 3d06bad1c292ddef53dc384f96bbef7e1cd3725d Mon Sep 17 00:00:00 2001 From: Falko Timme <ft@falkotimme.com> Date: Fri, 09 Jan 2015 10:32:32 -0500 Subject: [PATCH] - Made sure SQL backups from servers that differ from the server where the website is on can be restored. A download of the backup is not possible in such a case, therefore I hide the "Download" button. --- interface/web/vm/lib/admin.conf.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/web/vm/lib/admin.conf.php b/interface/web/vm/lib/admin.conf.php index a45d440..acb6c35 100644 --- a/interface/web/vm/lib/admin.conf.php +++ b/interface/web/vm/lib/admin.conf.php @@ -1,2 +1,2 @@ -<?php -?> \ No newline at end of file +<?php +?> -- Gitblit v1.9.1