Browse Source

Allow to access SVGs as guest

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v14.0.0beta1
Joas Schilling 5 years ago
parent
commit
12efde520d
No account linked to committer's email address
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      core/Controller/SvgController.php

+ 3
- 3
core/Controller/SvgController.php View File

@@ -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