f5569e4755
I think this dir shouldn't have anything non-necessary in the root.
6 linhas
66 B
PHP
6 linhas
66 B
PHP
<?php
|
|
|
|
function xbox_process_message($p) {
|
|
return strrev($p);
|
|
}
|