From fa027863a25f8b05f3504b24dc882601ab0451d2 Mon Sep 17 00:00:00 2001 From: BNoiZe Date: Mon, 18 Nov 2013 14:49:49 +0100 Subject: [PATCH] require is a statement and not a function --- webftp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webftp.php b/webftp.php index 2dff1e4e..3f7de790 100644 --- a/webftp.php +++ b/webftp.php @@ -19,7 +19,7 @@ define('AREA', 'login'); /** * Include our init.php, which manages Sessions, Language etc. */ -require ('./lib/init.php'); +require './lib/init.php'; // Configuration // Server to connect to: