This website requires JavaScript.
Explore
Help
Sign in
revi
/
sandbox
Watch
1
Star
0
Fork
You've already forked sandbox
0
Code
Issues
Wiki
Activity
b28b636f0a
sandbox
/
time.php
5 lines
97 B
PHP
Raw
Normal View
History
Unescape
Escape
time.php: new file Product of 'Not feeling like goin to bed' at 4am. Bug: Ref T109 Signed-off-by: Yongmin Hong <revi@omglol.email>
2024-04-27 23:16:56 +02:00
<
?
php
Update Add monospace font, no-cache, fuck Chrome ads, and omglol stuff. Also wrap <p> around texts, and split non-php texts out of php codes. Signed-off-by: Yongmin Hong <revi@omglol.email>
2024-04-30 11:27:26 +02:00
header
(
'X-Proven: proven.lol/9d2ca2'
);
replace time.php into redirect Summary: D110 made this obsolete; redirect to `https://revi.xyz/time`. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: k.revi.xyz/time.php > 302 revi.xyz/time Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D119
2024-05-21 08:42:54 +02:00
header
(
'Location: https://revi.xyz/time/'
);
exit
();
Copy permalink