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 /includes/utils.php | |
parent | b479270737528e13b874aa3a59a6eafa854fa093 (diff) |
Code format. Always use () for functions.
Diffstat (limited to 'includes/utils.php')
-rw-r--r-- | includes/utils.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/utils.php b/includes/utils.php index ebbea2c..828832f 100644 --- a/includes/utils.php +++ b/includes/utils.php @@ -19,7 +19,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -require_once 'config.php'; +require_once('config.php'); /** * Test if a given parameter is a private IPv4 or IPv6. |