summaryrefslogtreecommitdiff
path: root/account/register.php
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-12-09 01:51:38 +0500
committerilotterytea <iltsu@alright.party>2025-12-09 01:51:38 +0500
commit64a9bfae4a659f38f33320e59004a1d1dd259a40 (patch)
tree037ada7511f50fa78dff1c6645b984b327f77ce2 /account/register.php
parent29477e67ede12347b153e2255325327374e1b073 (diff)
upd: replaced <?php echo with <?=
Diffstat (limited to 'account/register.php')
-rw-r--r--account/register.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/account/register.php b/account/register.php
index 59ea886..292684d 100644
--- a/account/register.php
+++ b/account/register.php
@@ -67,7 +67,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
<html>
<head>
- <title>Register an account - <?php echo CONFIG['instance']['name'] ?></title>
+ <title>Register an account - <?= CONFIG['instance']['name'] ?></title>
<link rel="stylesheet" href="/static/style.css">
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon">
</head>
@@ -81,7 +81,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
<?php display_alert() ?>
<section class="box">
<div class="box navtab">
- <p>Register an account in <?php echo CONFIG['instance']['name'] ?></p>
+ <p>Register an account in <?= CONFIG['instance']['name'] ?></p>
</div>
<div class="box content">
<form action="/account/register.php" method="post">
@@ -98,7 +98,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
</div>
</form>
<p style="font-size: 12px;">
- Since <?php echo CONFIG['instance']['name'] ?> doesn't require email and password reset via
+ Since <?= CONFIG['instance']['name'] ?> doesn't require email and password reset via
email is
not supported, please remember your passwords!
</p>