Allow to access SVGs as guest

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/10383/head
Joas Schilling 8 years ago
parent fb77ff9da4
commit 12efde520d
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
  1. 6
      core/Controller/SvgController.php

@ -56,7 +56,7 @@ class SvgController extends Controller {
}
/**
* @NoAdminRequired
* @PublicPage
* @NoCSRFRequired
*
* Generate svg from filename with the requested color
@ -72,7 +72,7 @@ class SvgController extends Controller {
}
/**
* @NoAdminRequired
* @PublicPage
* @NoCSRFRequired
*
* Generate svg from filename with the requested color
@ -141,4 +141,4 @@ class SvgController extends Controller {
return $response;
}
}
}

Loading…
Cancel
Save