Gestionnaire de fichiers - Editer - /usr/share/webmin/pptp-server/start.cgi
Arrière
#!/usr/bin/perl # start.cgi # Start up the PPTP server require './pptp-server-lib.pl'; &error_setup($text{'start_err'}); $access{'apply'} || &error($text{'start_ecannot'}); $cmd = $config{'start_cmd'} || $config{'pptpd'}; $temp = &transname(); $rv = &system_logged("$cmd >$temp 2>&1 </dev/null"); $out = `cat $temp`; unlink($temp); if ($rv) { &error("<pre>$out</pre>"); } &webmin_log("start"); &redirect("");
| ver. 1.4 |
Github
|
.
| PHP 7.4.33 | Génération de la page: 0.07 |
proxy
|
phpinfo
|
Réglages