Hey Leo,
Did you try &General::readhasharray()?
Then this file would just be a CSV file.
I believe that readhasharray might want a numeric key, but maybe it accepts the first value as key whatever it is.
-Michael
On 21 Mar 2022, at 19:27, Leo Hofmann hofmann@leo-andres.de wrote:
Hi all,
To fix an issue with the manualpages feature, I had planned to use this key/value file format:
logs.cgi/config.dat=configuration/logs/logsettings
But unfortunately this is not possible with the existing General::readhash() function, because it removes non-alphanumeric keys.
Before I write yet another readsomething() function: Is there a file format available somewhere in the IPFire CGIs that supports this?
Best regards, Leo