diff --git a/footer.php b/footer.php index 5740daeb8568f93348447b6ddcde9fb8efbb45fc..3dbdd431b82ee7c28fc963aa98744e40a34b242f 100644 --- a/footer.php +++ b/footer.php @@ -1,3 +1,5 @@ <footer> © ByeCorps <?php echo(date("Y")); ?> <a href="/credits">Credits</a> + <br> + <b>Execution time: </b> <?= round((microtime(true) - $_SERVER['REQUEST_TIME_FLOAT']) * 1000, 3) ?> ms </footer> \ No newline at end of file diff --git a/forgot_password.php b/forgot_password.php index bd0232508216a8fd5348488e9fd0726b06435500..ace10613e4d082731f26f5e2809c69dbdec5cd30 100644 --- a/forgot_password.php +++ b/forgot_password.php @@ -29,7 +29,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { This link expires in 5 minutes. -If you did not request this password reset, please ignore it (or tighten your account\'s security)']); +If you did not request this password reset, please ignore this email.']); // echo("<a href='$password_reset_link'>This is a security issue.</a>"); } catch (Exception $e) { diff --git a/login_external_basic.php b/login_external_basic.php index 2a1c68c96b2af9c2341c6255a0bebf1662643e04..67149c1925011a9958d20f924eaf37d19d2a1682 100644 --- a/login_external_basic.php +++ b/login_external_basic.php @@ -111,7 +111,7 @@ login: <div id="connection_img"> <img src="<?= get_avatar_url($_SESSION['id']) ?>" alt="<?= htmlspecialchars($user['display_name']) ?>'s avatar" /> <span class="sep">×</span> - <img src="<?= $app['icon'] ?>" alt="<?= htmlspecialchars($user['title']) ?>'s avatar" /> + <img src="<?= $app['icon'] ?>" alt="<?= htmlspecialchars($app['title']) ?>" /> </div> <h1>Sign into <?= htmlspecialchars($app['title']) ?></h1> <p class="subtitle">Owned by <strong><?= htmlspecialchars( get_display_name($app['owner_id'], put_bcid_in_parenthesis: true) ) ?></strong></p>