Skip to content
Snippets Groups Projects
Commit 233e2e0e authored by Bye's avatar Bye
Browse files

Merge latest changes from main into prod.

parents 9788811c ebdc53f9
Branches production
No related tags found
No related merge requests found
<footer> <footer>
&COPY; ByeCorps <?php echo(date("Y")); ?> <a href="/credits">Credits</a> &COPY; 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> </footer>
\ No newline at end of file
...@@ -29,7 +29,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") { ...@@ -29,7 +29,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST") {
This link expires in 5 minutes. 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>"); // echo("<a href='$password_reset_link'>This is a security issue.</a>");
} catch (Exception $e) { } catch (Exception $e) {
......
...@@ -111,7 +111,7 @@ login: ...@@ -111,7 +111,7 @@ login:
<div id="connection_img"> <div id="connection_img">
<img src="<?= get_avatar_url($_SESSION['id']) ?>" alt="<?= htmlspecialchars($user['display_name']) ?>'s avatar" /> <img src="<?= get_avatar_url($_SESSION['id']) ?>" alt="<?= htmlspecialchars($user['display_name']) ?>'s avatar" />
<span class="sep">×</span> <span class="sep">×</span>
<img src="<?= $app['icon'] ?>" alt="<?= htmlspecialchars($user['title']) ?>'s avatar" /> <img src="<?= $app['icon'] ?>" alt="<?= htmlspecialchars($app['title']) ?>" />
</div> </div>
<h1>Sign into <?= htmlspecialchars($app['title']) ?></h1> <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> <p class="subtitle">Owned by <strong><?= htmlspecialchars( get_display_name($app['owner_id'], put_bcid_in_parenthesis: true) ) ?></strong></p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment