-
-
Notifications
You must be signed in to change notification settings - Fork 171
Open
Labels
questionFurther information is requestedFurther information is requested
Description
$query = (new Query('/file/print'))
->where('.id', $file['.id']);
$fileContent = $client->query($query)->read();
$content = $fileContent[0]['contents'];but only the first line of the file is on the variable
How can I have the entire content on the variable?
It s for create the config client ovpn with certificate.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested