From 3a58cb2802c8be14f78015105afe759b1c7ce692 Mon Sep 17 00:00:00 2001 From: Matthijs Kuiper Date: Tue, 9 Jan 2018 00:43:43 +0100 Subject: Implement design for pages and update includes --- html/includes/ftp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 html/includes/ftp.php (limited to 'html/includes/ftp.php') diff --git a/html/includes/ftp.php b/html/includes/ftp.php old mode 100755 new mode 100644 index 7e058a3..1a6e7ee --- a/html/includes/ftp.php +++ b/html/includes/ftp.php @@ -109,7 +109,7 @@ function ftpupdate() if (!$ftp_debug) { - if ($html) echo'
'; + if ($html) echo'
'; echo "FTP Transferring Log Files...\n"; -- cgit