mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Create dynamodules in the order they where touche
This commit is contained in:
parent
d916bfab54
commit
c317af9937
@ -192,7 +192,7 @@ fi
|
||||
|
||||
# Read in dynamodules
|
||||
if [ -d /etc/php_dynamodules ]; then
|
||||
DYNA_MODULES=`/bin/ls /etc/php_dynamodules/`
|
||||
DYNA_MODULES=`/bin/ls -Utr /etc/php_dynamodules/`
|
||||
PHPMODULES="$PHPMODULES $DYNA_MODULES"
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user