Initial commit
[2ch-be.git] / dev-test / bak / messaging / rename.php
blobe2559806a20545061273b78519a94734ed4ebd01
1 <?php
3 if (rename("/var/www/messaging/test.dat", "/var/www/messaging/wew.dat")) {
4 echo "yes";
5 } else {
6 echo "no";
9 ?>