Skip to content

Commit cc124ce

Browse files
committed
Comment out commandline script usage hack
1 parent e8a69fe commit cc124ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download-page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
2-
parse_str($_SERVER['QUERY_STRING'], $_GET);
2+
// for command line use; parse_str($_SERVER['QUERY_STRING'], $_GET);
33
date_default_timezone_set('UTC');
44
$valid_pages = [
55
'nqp' => [

0 commit comments

Comments
 (0)