mirror of
https://github.com/waytotheweb/scripts.git
synced 2026-03-29 20:57:07 +00:00
GPL v3 Release
This commit is contained in:
7
csf/da/admin/index.raw
Normal file
7
csf/da/admin/index.raw
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/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");
|
||||
Reference in New Issue
Block a user