";
if (isset($_GET['action']))
{
if ($_GET['action'] == "expert_advisor") {include("page/expert_advisor.php");echo "1";}
if ($_GET['action'] == "new") include("page/new.php");
if ($_GET['action'] == "license") include("page/license.php");
if ($_GET['action'] == "brocker") include("page/brocker.php");
if ($_GET['action'] == "kontakt") include("page/kontakt.php");
}
else include("include/cabinet.php");
}
else
{
if (isset($_GET['action']))
{
if ($_GET['action'] == 'repass') include("include/pass.php");
if ($_GET['action'] == 'restoration') include("include/restoration.php");
if ($_GET['action'] == 'view_user') include("include/view_user.php");
}
else include("include/login.php");
}
?>