www/engine/System/Classes/Modules/Auth/Utils/Action.php 1 location
|
@@ 57-60 (lines=4) @@
|
| 54 |
|
|
| 55 |
|
# Handle form |
| 56 |
|
|
| 57 |
|
if ($this->form->handle(new static::$controller_class($this->user))) { |
| 58 |
|
|
| 59 |
|
Request::redirect(INSTALL_PATH . (Auth::isAdmin() ? '/admin' : '/profile') . static::$redirect); |
| 60 |
|
} |
| 61 |
|
|
| 62 |
|
# Display success message |
| 63 |
|
|
www/engine/System/Classes/Modules/Settings/Utils/Handler.php 1 location
|
@@ 49-52 (lines=4) @@
|
| 46 |
|
|
| 47 |
|
# Handle form |
| 48 |
|
|
| 49 |
|
if ($this->form->handle(new static::$controller_class, true)) { |
| 50 |
|
|
| 51 |
|
Request::redirect(INSTALL_PATH . (static::$url . '?submitted')); |
| 52 |
|
} |
| 53 |
|
|
| 54 |
|
# Display success message |
| 55 |
|
|