We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a69fe commit cc124ceCopy full SHA for cc124ce
download-page.php
@@ -1,5 +1,5 @@
1
<?php
2
- parse_str($_SERVER['QUERY_STRING'], $_GET);
+ // for command line use; parse_str($_SERVER['QUERY_STRING'], $_GET);
3
date_default_timezone_set('UTC');
4
$valid_pages = [
5
'nqp' => [
0 commit comments