mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 18:27:07 +00:00
8 lines
150 B
Plaintext
8 lines
150 B
Plaintext
|
|
#!/usr/bin/perl
|
||
|
|
|
||
|
|
$| = 1;
|
||
|
|
|
||
|
|
print "HTTP/1.1 200 OK\n";
|
||
|
|
print "Content-type: text/html\r\n\r\n";
|
||
|
|
system ("/usr/local/directadmin/plugins/csf/exec/csf");
|