summaryrefslogtreecommitdiff
path: root/www/templatelite/files/pkg-message.in
blob: d19f8e1461ee3ef8940e97c7ba815254ed92eb77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
[
{ 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
}
]