|
@@ -52,7 +52,7 @@ class CreateController extends Controller
|
|
|
if (!$this->randomError && !$this->userError)
|
|
if (!$this->randomError && !$this->userError)
|
|
|
{
|
|
{
|
|
|
header("HTTP/1.0 302 Found");
|
|
header("HTTP/1.0 302 Found");
|
|
|
- header("Location: ".$_SERVER['HTTP_REQUEST']);
|
|
|
|
|
|
|
+ header("Location: ".$_SERVER['REQUEST_URI']);
|
|
|
die();
|
|
die();
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|