X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Ffunctions.php;h=6ec587a530fb2549fad5e5e330586065e9261e01;hp=28ecf9e432de2d93a6374fba939db375243dac24;hb=51315c98823f7cb6e5e6e3fdcd174f0859c0445a;hpb=7de68b88ef3f441444f393b980d94641061c2db6 diff --git a/inc/functions.php b/inc/functions.php index 28ecf9e432..6ec587a530 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -2374,6 +2374,9 @@ function GET_DIR_AS_ARRAY ($baseDir, $prefix) { // Close directory closedir($dirPointer); + // Sort array + asort($INCs); + // Return array with include files return $INCs; }