From b0a956687abb80542f9c7dd4ee534e45abb60272 Mon Sep 17 00:00:00 2001 From: Tim Repke <timmothey@gmx.de> Date: Sat, 15 Oct 2016 18:39:38 +0200 Subject: [PATCH] clean info.php and add offensive message --- registration-system/info.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/registration-system/info.php b/registration-system/info.php index 6f08ccd..b2169fb 100644 --- a/registration-system/info.php +++ b/registration-system/info.php @@ -2,6 +2,5 @@ <?php // phpinfo(); -// safe key generation: -//$bytes = openssl_random_pseudo_bytes(6); -//$hex = bin2hex($bytes); + +echo 'go away! nothing for you to see here!'; -- GitLab