1
I am doing some modifications to a module which performs a file integrity check in the module admin. The admin script reads a text file containing a list of PHP files that should be present in a particular folder and compares this with the actual files.
The content of the text file looks like this:
/.htaccess : 33 : 2/admin/.htaccess : 33 : 2/admin/batch.php : 1295 : 40
/admin/catmanager.php : 1925 : 49/admin/cat_table_manage.php : 1016 : 29
/admin/checkgd2.php : 1016 : 32/admin/checktables.php : 1852 : 46
etc...
At first I thought the module installer might create this, but it appears to have been done pre-installation. The first value after the path is the size in bytes. I have no idea what the second value is, but as you can see it can be the same for two different files.
Does anyone recognise the output format? I wondered if it might just some kind of a UNIX list command sent to print?
Any help would be welcome
A thread is for life. Not just for Christmas.