repo.or.cz
/
2ch-be.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Initial commit
[2ch-be.git]
/
dev-test
/
bak
/
messaging
/
rename.php
blob
e2559806a20545061273b78519a94734ed4ebd01
1
<
?php
2
3
if
(
rename
(
"/var/www/messaging/test.dat"
,
"/var/www/messaging/wew.dat"
)) {
4
echo
"yes"
;
5
}
else
{
6
echo
"no"
;
7
}
8
9
?
>