You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: js/script.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
-
letlastUpdate="02.27.25"
2
-
letcommits="364"
1
+
letlastUpdate="03.14.25"
2
+
letcommits="365"
3
3
letvisits=1898;// count before it broke :( now we rng it lmfao
4
4
varenableKeys=false;
5
5
$(function(){
@@ -163,7 +163,7 @@ function OnlyRoot( command ) {
163
163
functionlaunchCommandAsRoot(command){
164
164
varres='';
165
165
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>'
167
167
else{
168
168
window.alert("Nice try to changing \'root\' variable to 1");
0 commit comments