Applied fixes from StyleCI
This commit is contained in:
committed by
StyleCI Bot
parent
500a2d76f4
commit
56bc64132b
@@ -1,9 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* Filemanager PHP connector
|
||||
* This file should at least declare auth() function
|
||||
* This file should at least declare auth() function
|
||||
* and instantiate the Filemanager as '$fm'.
|
||||
*
|
||||
*
|
||||
* IMPORTANT : by default Read and Write access is granted to everyone
|
||||
* Copy/paste this file to 'user.config.php' file to implement your own auth() function
|
||||
* to grant access to wanted users only
|
||||
@@ -60,7 +60,7 @@ if (!$app['auth']->check()) {
|
||||
|
||||
/**
|
||||
* Check if user is authorized.
|
||||
*
|
||||
*
|
||||
*
|
||||
* @return bool true if access granted, false if no access
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user