mirror of
https://github.com/atlanticbiomedical/portal-legacy.git
synced 2025-07-02 01:47:28 -04:00
initial commit
This commit is contained in:
16
cache/atlbiomed/prod/config/modules_security_validate_index.yml.php
vendored
Normal file
16
cache/atlbiomed/prod/config/modules_security_validate_index.yml.php
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<?php
|
||||
// auto-generated by sfValidatorConfigHandler
|
||||
// date: 2012/06/11 14:38:28
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] == 'GET')
|
||||
{
|
||||
$validators = array();
|
||||
}
|
||||
else if ($_SERVER['REQUEST_METHOD'] == 'POST')
|
||||
{
|
||||
$validators = array();
|
||||
$validatorManager->registerName('username', 1, 'Please enter a username.', null, null, false);
|
||||
$validatorManager->registerName('password', 1, 'Please enter a password.', null, null, false);
|
||||
$context->getRequest()->setAttribute('fillin', array (
|
||||
), 'symfony/filter');
|
||||
}
|
Reference in New Issue
Block a user