From 16939b4344b67ac8146015231af4d2fe691e90ce Mon Sep 17 00:00:00 2001 From: Mateja Date: Thu, 1 Oct 2020 14:50:02 +0200 Subject: tiding up... --- test/test.php | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 test/test.php (limited to 'test/test.php') diff --git a/test/test.php b/test/test.php deleted file mode 100644 index 5bca6ac..0000000 --- a/test/test.php +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - Test - - -
-"; - } else { - echo "You oki: " . $email . "
"; - } -} -function clear_input($data) { - $data = trim($data); - $data = stripslashes($data); - $data = htmlspecialchars($data); - return $data; -} -include 'test.inc.php'; -?> -
- - -
-
- - -- cgit v1.2.3