diff options
Diffstat (limited to 'etc/sshd')
-rwxr-xr-x | etc/sshd | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -32,6 +32,9 @@ $stderr = fopen("php://stderr", "w"); + if(!isset($config['sshenabled'])) + exit; + function file_size($file) { $size = filesize($file); return $size; |