source: trunk/bookmarks/test.php @ 4

Revision 4, 109 bytes checked in by admin, 4 years ago (diff)
Line 
1<?php
2
3
4echo md5($_REQUEST['s']);
5echo '<br>';
6echo md5(md5($_REQUEST['s']));
7die;
8echo phpinfo();
9?>
Note: See TracBrowser for help on using the repository browser.