Merge branch 'PHP-5.5'

This commit is contained in:
Xinchen Hui 2013-04-03 18:51:44 +08:00
commit e15a97f924
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -22,7 +22,7 @@ readfile($file2);
if (file_exists($file1)) {
unlink($file1);
}
if (file_exists($file1)) {
if (file_exists($file2)) {
unlink($file2);
}
?>