Skip to content

Commit e56fdff

Browse files
committed
motd
1 parent 75acb95 commit e56fdff

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

js/script.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
let lastUpdate = "02.27.25"
2-
let commits = "364"
1+
let lastUpdate = "03.14.25"
2+
let commits = "365"
33
let visits = 1898; // count before it broke :( now we rng it lmfao
44
var enableKeys = false;
55
$( function() {
@@ -163,7 +163,7 @@ function OnlyRoot( command ) {
163163
function launchCommandAsRoot( command ) {
164164
var res = '';
165165
if( command === './welcome.sh' )
166-
res = 'Welcome to <span class="red">my website</span>!<br><br>Total Visits: <span class="red">' + get_visits() + '</span><br>MOTD : <span class="red">Free Pavel Durov.</span><br>Terminal Updated: <span class="red">'+ lastUpdate +'</span><br><b>Type \'help\' for more details on the commands</b>'
166+
res = 'Welcome to <span class="red">my website</span>!<br><br>Total Visits: <span class="red">' + get_visits() + '</span><br>MOTD : <span class="red">Free Pavel Durov & RIP Carl Lundström.</span><br>Terminal Updated: <span class="red">'+ lastUpdate +'</span><br><b>Type \'help\' for more details on the commands</b>'
167167
else {
168168
window.alert( "Nice try to changing \'root\' variable to 1" );
169169
window.location = "https://youtu.be/LDU_Txk06tM?t=75";

0 commit comments

Comments
 (0)