diff options
author | Guillaume Mazoyer <respawneral@gmail.com> | 2014-11-17 11:21:36 +0100 |
---|---|---|
committer | Guillaume Mazoyer <respawneral@gmail.com> | 2014-11-17 11:21:36 +0100 |
commit | 656261727b9354fa9ecb46382888873e6eceb3a3 (patch) | |
tree | fd72588c4db17b6a8bc088543c7dded70b6d4c3a /auth/authentication.php | |
parent | b479270737528e13b874aa3a59a6eafa854fa093 (diff) |
Code format. Always use () for functions.
Diffstat (limited to 'auth/authentication.php')
-rw-r--r-- | auth/authentication.php | 4 |
1 files changed, 2 insertions, 2 deletions
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 |