Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - securitydot

Pages: [1]
1
Feedback & Suggestions / Easter egg in 4images ?
« on: August 25, 2006, 01:39:39 AM »
Hello everyone , im new to 4images and after the reviewing the code
i found this in includes/page_footer.php
Code: [Select]
if ((defined("PRINT_STATS") && PRINT_STATS == 1) || (isset($HTTP_GET_VARS['printstats']) && md5($HTTP_GET_VARS['printstats']) =="6111426fcb0b0a76558f9058c331a3a6")) {
and this :
Code: [Select]
if (isset($HTTP_GET_VARS['phpinfo']) && md5($HTTP_GET_VARS['phpinfo']) == "6111426fcb0b0a76558f9058c331a3a6") { phpinfo();


Can anyone from the owners / coders of 4images explain to me / us why is that easter egg in the code ?
Thanks in advance.

Pages: [1]