mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-18 18:44:44 +00:00
13 lines
298 B
Plaintext
13 lines
298 B
Plaintext
global $config;
|
|
echo "Starting enablesshd...";
|
|
require("config.inc");
|
|
echo ".";
|
|
$config = parse_config(true);
|
|
echo ".";
|
|
$config['system']['enablesshd'] = true;
|
|
echo ".";
|
|
write_config("pfSsh.php enabled sshd");
|
|
echo "\nEnabling SSHD, please wait...";
|
|
send_event("service reload sshd");
|
|
echo "\n\n";
|