mirror of
https://github.com/Karaka-Management/phpOMS.git
synced 2026-01-11 09:48:40 +00:00
rewind file
This commit is contained in:
parent
cadc00fd3a
commit
a392d44799
|
|
@ -68,6 +68,8 @@ class CsvSettings
|
|||
$line = \fgets($file);
|
||||
}
|
||||
|
||||
\rewind($file);
|
||||
|
||||
$results = \array_keys($results, \max($results));
|
||||
|
||||
return $results[0];
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user