diff options
author | Naglfar <rpblc.net> | 2025-01-19 18:42:21 +0000 |
---|---|---|
committer | Naglfar <rpblc.net> | 2025-01-19 18:42:21 +0000 |
commit | c2713d37c2b9bf4c2a1dc87ec29e4f4451a9397a (patch) | |
tree | b1fb2c27e04860e4508e75e6274576e55d06336c | |
parent | 8dc5cc7082c7748d7ce62777e2086b47876ab85c (diff) |
-rwxr-xr-x | index.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ -#!/usr/bin/perl -wT +#!/usr/bin/perl -T $request = 'main'; + # breaks up a string according to a separator if(defined($ENV{REQUEST_URI})) { |