* @copyright 2017 MyAAC * @version 0.0.2 * @link http://my-aac.org */ defined('MYAAC') or die('Direct access not allowed!'); $title = 'Account'; if($action == 'confirm_email') { $res = $db->query('SELECT email_hash FROM accounts WHERE email_hash = ' . $db->quote($_GET['v'])); if(!$res->rowCount()) echo '