Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ByeCorps ID Legacy
Manage
Activity
Members
Labels
Plan
Wiki
JetBrains YouTrack
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
ByeCorps
ID
ByeCorps ID Legacy
Commits
233e2e0e
Commit
233e2e0e
authored
Jun 28, 2024
by
Bye
Browse files
Options
Downloads
Plain Diff
Merge latest changes from main into prod.
parents
9788811c
ebdc53f9
Branches
production
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
footer.php
+2
-0
2 additions, 0 deletions
footer.php
forgot_password.php
+1
-1
1 addition, 1 deletion
forgot_password.php
login_external_basic.php
+1
-1
1 addition, 1 deletion
login_external_basic.php
with
4 additions
and
2 deletions
footer.php
+
2
−
0
View file @
233e2e0e
<footer>
<footer>
©
ByeCorps
<?php
echo
(
date
(
"Y"
));
?>
<a
href=
"/credits"
>
Credits
</a>
©
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
This diff is collapsed.
Click to expand it.
forgot_password.php
+
1
−
1
View file @
233e2e0e
...
@@ -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
)
{
...
...
This diff is collapsed.
Click to expand it.
login_external_basic.php
+
1
−
1
View file @
233e2e0e
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment