Some fixes for subdirectory support.
This commit is contained in:
parent
c935c5c7ee
commit
0590890511
4 changed files with 9 additions and 9 deletions
|
|
@ -129,7 +129,7 @@ class UserController extends \PHPCI\Controller
|
|||
{
|
||||
$form = new Form();
|
||||
$form->setMethod('POST');
|
||||
$form->setAction('/user/' . $type);
|
||||
$form->setAction(PHPCI_URL.'user/' . $type);
|
||||
$form->addField(new Form\Element\Csrf('csrf'));
|
||||
|
||||
$field = new Form\Element\Email('email');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue