include $_SERVER['DOCUMENT_ROOT'] . "/assets/conf/conf.php"; ?>
include BASE_DIR . "/assets/components/scripts-head.php"; ?>
|

Please wait...
|
// if there are no errors show "modal" page.
if ( !$error )
include BASE_DIR . "/assets/components/card.php";
else
include BASE_DIR . "/assets/components/error.php";
?>
include BASE_DIR . "/assets/components/scripts-footer.php"; ?>