Skip to content
Snippets Groups Projects
Commit 20d8924a authored by Iqbal's avatar Iqbal
Browse files

Fixed redirect problems

parent 70ba879e
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Time: 23:14 * Time: 23:14
*/ */
include_once "../controller/Controller.php"; include_once "Controller.php";
include_once "../model/User.php"; include_once "../model/User.php";
$emailInput = $_REQUEST['q']; $emailInput = $_REQUEST['q'];
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
* Time: 23:12 * Time: 23:12
*/ */
include_once "../controller/Controller.php"; include_once "Controller.php";
include_once "../model/User.php"; include_once "../model/User.php";
$usernameInput = $_REQUEST['q']; $usernameInput = $_REQUEST['q'];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment