From 1694012f78b97652260a95c43d102477b59e0394 Mon Sep 17 00:00:00 2001 From: terrafrost Date: Sun, 30 Mar 2014 16:37:11 -0500 Subject: [PATCH] SSH_Agent: another CS update --- phpseclib/System/SSH_Agent.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpseclib/System/SSH_Agent.php b/phpseclib/System/SSH_Agent.php index 91c48b4f..c57c4b74 100644 --- a/phpseclib/System/SSH_Agent.php +++ b/phpseclib/System/SSH_Agent.php @@ -36,4 +36,4 @@ * @internal See http://api.libssh.org/rfc/PROTOCOL.agent */ -include_once 'SSH/Agent.php'; \ No newline at end of file +require_once 'SSH/Agent.php'; \ No newline at end of file