mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-15 16:58:41 +00:00
Automated formatting changes
This commit is contained in:
parent
77a6043638
commit
e79c8116df
|
|
@ -27,7 +27,7 @@ $fileHashs = \file_get_contents(__DIR__ . '/../../../../hashs.txt'); /* Rest::re
|
|||
|
||||
$hashs = [];
|
||||
$fp = \fopen("php://memory", 'r+');
|
||||
\fputs($fp, $fileHashs);
|
||||
\fwrite($fp, $fileHashs);
|
||||
\rewind($fp);
|
||||
|
||||
while($line = \fgets($fp)){
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user