Skip to content

Commit 0a37e9d

Browse files
author
Scover
committed
ultra easter egg
1 parent dda1075 commit 0a37e9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/component/Page.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ private function put_footer(): void
196196
<footer>
197197
<div class="footer-content">
198198
<div>
199-
<?php if (rand() % 5 == 0) { ?>
199+
<?php if (rand() % 500 == 0) { ?>
200200
<p title="c'est beaucoup!"><?= DB\connect()->query_no - 1 ?> requêtes SQL</p>
201201
<?php } ?>
202202
<p><button class="bouton" type="button" id="button-page-expire-cookies">Nettoyer les cookies</

0 commit comments

Comments
 (0)