I have a small PHP script to view the folder files on the server, but first I need to sort the files by the most recent and I do not know where to place the asort in the code below:
if($folder) {
if(strstr($folder,'..')) exit(ERROR_MESAGE);...
asked on
23.01.2016 / 03:38