blob: 3725f4d49abbf2d55ff36cd12e8fe4277a221136 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
[
{ type: install
message: <<EOM
You need to adjust php's include_path to contain `%%DATADIR%%'!
For example, insert
include_path = ".:%%DATADIR%%"
into `%%LOCALBASE%%/etc/php.ini'.
EOM
}
]
|