This commit is contained in:
Romain Neutron
2013-10-30 19:35:23 +01:00
parent 36f7b24f26
commit 9b471fdf76
129 changed files with 473 additions and 477 deletions

View File

@@ -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');