Applied fixes from StyleCI

This commit is contained in:
vijaysebastian
2016-02-29 07:15:40 -05:00
committed by StyleCI Bot
parent 500a2d76f4
commit 56bc64132b
105 changed files with 256 additions and 454 deletions

View File

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