Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
40.98 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
#!/usr/bin/perl # stop.pl # Shut down a connection by killing it's PID $no_acl_check++; require './pptp-client-lib.pl'; @conns = &list_connected(); ($conn) = grep { $_->[0] eq $config{'boot'} } @conns; $conn || die $text{'disc_egone'}; &kill_logged('HUP', $conn->[1]) || die $text{'disc_ekill'}; print &text('disc_done', $config{'boot'}),"\n"; exit(0);