[Low Priority] Title Hover on Copyright "MangaDex" is an Array :not a bug:

Joined
Apr 11, 2018
Messages
2
Pretty simple. The issue occurs when hovering over MangaDex in the copyright to show the "alt/title" text.
201901-1548406031.png


Bug:
Code:
<footer class="footer">
	<p class="m-0 text-center text-muted">
	Copyright © 2018 - 2019
	<a href="/" title="
		Array
		(
			[0] => 43
			[1] => 1548405655
		)
	">MangaDex</a></p>
</footer>
 
It's an Easter egg. See if you can figure out what it means 😎
 
@Holo Cool! The 0 and 1 probably stands for MangaDex 0 year and 1 year I guess?
The number next to 0 keep fluctuating I can't tell what it is but, the number next to 1 keep increasing so I guess it is total number of visitors?
 
[0] increases by 1 every time you refresh page or open another page on MD.
[1] contains time of access to MD.

Both resets after (not sure) 5-10 mins of inactivuty.
 
I'm surprised I didn't notice the Unix epoch since I literally use it to sort my uploaded files.
 

Users who are viewing this thread

Back
Top