Really shouldn't be here, but need it temporarily for an example

This commit is contained in:
Rasmus Lerdorf
2008-03-03 20:20:16 +00:00
parent 89ab61a2bb
commit 7122cfda6b

3
rpc.php Normal file
View File

@@ -0,0 +1,3 @@
<?php
echo strrev($_REQUEST['str']);
?>