From 656261727b9354fa9ecb46382888873e6eceb3a3 Mon Sep 17 00:00:00 2001 From: Guillaume Mazoyer Date: Mon, 17 Nov 2014 11:21:36 +0100 Subject: Code format. Always use () for functions. --- auth/authentication.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'auth/authentication.php') diff --git a/auth/authentication.php b/auth/authentication.php index 8ff8d97..6e03271 100644 --- a/auth/authentication.php +++ b/auth/authentication.php @@ -21,8 +21,8 @@ ini_set('include_path', ini_get('include_path').':./libs/phpseclib-0.3.7'); -require_once 'ssh.php'; -require_once 'telnet.php'; +require_once('ssh.php'); +require_once('telnet.php'); /** * This class needs to be extended by every class implementing an -- cgit v1.2.3