Skip to content

Commit

Permalink
Require authentication to access files
Browse files Browse the repository at this point in the history
  • Loading branch information
Alanaktion committed Mar 12, 2022
1 parent 58e4b5f commit 3cdfb4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/controller/files.php
Expand Up @@ -4,6 +4,14 @@

class Files extends \Controller
{
/**
* Require login to access files
*/
public function __construct()
{
$this->_requireLogin();
}

/**
* Force the framework to use the local filesystem cache method if possible
*/
Expand Down

0 comments on commit 3cdfb4c

Please sign in to comment.