Project

General

Profile

Download (347 Bytes) Statistics
| Branch: | Tag: | Revision:
1
global $config;
2
echo "Starting enablesshd...";
3
require("config.inc");
4
echo ".";
5
require("filter.inc");
6
echo ".";
7
require("shaper.inc");
8
echo ".";
9
$config = parse_config(true);
10
echo ".";
11
$config['system']['enablesshd'] = true;
12
echo ".";
13
write_config("pfSsh.php enabled sshd");
14
echo "\nEnabling SSHD, please wait...";
15
exec("/etc/sshd");
16
echo "\n\n";
(3-3/7)