Exemple #1
0
    if (!$found_id) {
        echo 'not_found';
    } else {
        $user->load($found_id);
        $sent = $user->forgot_password();
        if (!$sent) {
            echo 'not_sent';
        } else {
            echo 'sent';
        }
    }
    core_terminate();
}
$layout = new layout('navigate');
echo $layout->doctype();
echo $layout->head();
$current_version = update::latest_installed();
?>
<body>

<div class="navigate-top"></div>

<div id="navigate-status" class="ui-corner-all">
	<div>
        <div style="float: left;">

        </div>
        <div style="float: right;">
            <?php 
echo APP_NAME;
?>