1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 23:18:13 +02:00

Merge branch 'PHP-5.5'

This commit is contained in:
Xinchen Hui
2013-04-03 18:51:44 +08:00
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -22,7 +22,7 @@ readfile($file2);
if (file_exists($file1)) {
unlink($file1);
}
if (file_exists($file1)) {
if (file_exists($file2)) {
unlink($file2);
}
?>