mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 14:52:24 +09:00
fixed #50, file_put_contents함수에 LOCK_EX flag 적
This commit is contained in:
parent
ab021d75c7
commit
71c8a0b99f
11 changed files with 14 additions and 14 deletions
|
|
@ -801,7 +801,7 @@ function debugPrint($debug_output = NULL, $display_option = TRUE, $file = '_debu
|
|||
}
|
||||
$debug_output = "\n<?php\n/*" . $debug_output . "*/\n?>\n";
|
||||
|
||||
@file_put_contents($debug_file, $debug_output, FILE_APPEND);
|
||||
@file_put_contents($debug_file, $debug_output, FILE_APPEND|LOCK_EX);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue