Fixed mysql_* calls
Updated skin Fixed minor bugs in shipyard pages display Fixed various bugs in legacy fleet pages source code. Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
This commit is contained in:
parent
be8c6a6629
commit
cfeb6aca6d
68 changed files with 1561 additions and 1451 deletions
3
reg.php
3
reg.php
|
|
@ -53,7 +53,8 @@ if (!empty($_POST) && isset($_POST['username']) && isset($_POST['planet_name'])
|
|||
|
||||
if ($user !== null && $user->getId()) {
|
||||
header("HTTP/1.1 302 Found");
|
||||
header("Location: welcome.php");
|
||||
//header("Location: welcome.php");
|
||||
header("Location: frames.php");
|
||||
} else {
|
||||
header("HTTP/1.1 302 Found");
|
||||
header("Location: reg.php");
|
||||
|
|
|
|||
Loading…
Reference in a new issue