From 8bbb77e93ac2d92b069ab4d0e28105f7a0233062 Mon Sep 17 00:00:00 2001 From: Joshua Woolley Date: Wed, 19 Sep 2018 21:13:42 +0100 Subject: [PATCH] Removed spaces after PHP close tag Blank line and spaces at the end of the file caused errors to be thrown such as: Warning: require(SteamConfig.php): failed to open stream: No such file or directory in ... Removing the 2 lines at the end fixes it. --- steamauth/userInfo.php | 1 - 1 file changed, 1 deletion(-) diff --git a/steamauth/userInfo.php b/steamauth/userInfo.php index 5d621a1..907d7f8 100644 --- a/steamauth/userInfo.php +++ b/steamauth/userInfo.php @@ -40,4 +40,3 @@ // Version 4.0 ?> -