- 30 Mar, 2021 1 commit
-
-
Mojca authored
-
- 25 Mar, 2021 1 commit
-
-
Sergio authored
-
- 24 Mar, 2021 4 commits
- 23 Mar, 2021 11 commits
- 18 Mar, 2021 13 commits
- 24 Jul, 2016 1 commit
-
-
Nenad Zivkovic authored
shared hosting redirection issue fixed
-
- 20 Jul, 2016 1 commit
-
-
Abhishek Mishra authored
In shared hosting, after activation(success or not) the redirection line was return $this->redirect('login'); which was directly calling "http://hostname.com/path/login" as like pretty urls are ON. But if pretty Urls are OFF, this redirection causes 500 error. Changing the redirection code to return "return $this->redirect(['login']);" fixed the issue.
-
- 13 Mar, 2016 7 commits
-
-
Nenad Zivkovic authored
-
Nenad Zivkovic authored
-
Nenad Zivkovic authored
-
Nenad Zivkovic authored
-
Nenad Zivkovic authored
-
Nenad Zivkovic authored
-
Nenad Zivkovic authored
-
- 12 Mar, 2016 1 commit
-
-
Nenad Zivkovic authored
-