From c317af993701a9fbb91b9f00a53ceaaf637afb4c Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 12 Jul 2011 15:41:01 -0400 Subject: [PATCH] Create dynamodules in the order they where touche --- etc/rc.php_ini_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/rc.php_ini_setup b/etc/rc.php_ini_setup index 7dfcdddf28..77b9375556 100755 --- a/etc/rc.php_ini_setup +++ b/etc/rc.php_ini_setup @@ -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