summaryrefslogtreecommitdiffstats
path: root/etc/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'etc/sshd')
-rwxr-xr-xetc/sshd3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/sshd b/etc/sshd
index 1c2aabb..d0b9bf6 100755
--- a/etc/sshd
+++ b/etc/sshd
@@ -28,6 +28,9 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
*/
+
+ require_once("globals.inc");
+ require_once("functions.inc");
require_once("config.inc");
if(isset($config['system']['enablesshd'])) {
OpenPOWER on IntegriCloud