diff options
Diffstat (limited to 'auth/telnet.php')
-rw-r--r-- | auth/telnet.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/telnet.php b/auth/telnet.php index 40a8822..2f3465d 100644 --- a/auth/telnet.php +++ b/auth/telnet.php @@ -19,7 +19,7 @@ * Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -require_once 'authentication.php'; +require_once('authentication.php'); final class Telnet extends Authentication { private $port; |