events.cgi: add read-only-mode
This commit is contained in:
@@ -22,6 +22,7 @@ if ( $0 =~ /events.*?\.cgi$/ ) {
|
||||
$params->{exclude_locations} = 1;
|
||||
$params->{exclude_projects} = 1;
|
||||
$params->{exclude_event_images} = 1;
|
||||
$params->{ro} = 1;
|
||||
|
||||
my $request = {
|
||||
url => $ENV{QUERY_STRING},
|
||||
|
||||
Reference in New Issue
Block a user