|
Lines 55-60
Link Here
|
| 55 |
if [ -f /etc/php/${x}-php4/php.ini ]; then |
55 |
if [ -f /etc/php/${x}-php4/php.ini ]; then |
| 56 |
PHPINIFILELIST="${PHPINIFILELIST} etc/php/${x}-php4/php.ini" |
56 |
PHPINIFILELIST="${PHPINIFILELIST} etc/php/${x}-php4/php.ini" |
| 57 |
fi |
57 |
fi |
|
|
58 |
if [ -f /etc/php/${x}-php5/php.ini ]; then |
| 59 |
PHPINIFILELIST="${PHPINIFILELIST} etc/php/${x}-php5/php.ini" |
| 60 |
fi |
| 58 |
done |
61 |
done |
| 59 |
|
62 |
|
| 60 |
if [ "${PHPINIFILELIST}+" = "+" ] ; then |
63 |
if [ "${PHPINIFILELIST}+" = "+" ] ; then |