mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 15:03:25 +00:00
Fix CS
This commit is contained in:
@@ -29,7 +29,7 @@ class ConnectionTest implements ControllerProviderInterface
|
||||
/**
|
||||
* @todo : check this as it would lead to a security issue
|
||||
*/
|
||||
$controllers->get('/mysql/', function(Application $app) {
|
||||
$controllers->get('/mysql/', function (Application $app) {
|
||||
|
||||
$request = $app['request'];
|
||||
$hostname = $request->query->get('hostname', '127.0.0.1');
|
||||
|
Reference in New Issue
Block a user