update v1.0.7.9.1 R.C.

This commit is contained in:
Sujit Prasad
2016-08-19 15:08:43 +05:30
parent bda543a3a2
commit a54df4d919
15 changed files with 357 additions and 233 deletions

View File

@@ -9,9 +9,9 @@ class FileuploadController extends Controller
public function __construct()
{
// checking authentication
$this->middleware('auth');
// $this->middleware('auth');
// checking if role is agent
$this->middleware('role.agent');
// $this->middleware('role.agent');
}
// Returns a file size limit in bytes based on the PHP upload_max_filesize