forked from Lainports/freebsd-ports
19 lines
429 B
Text
19 lines
429 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
Now you need to adjust PHP's include_path to contain
|
|
`%%DATADIR%%/lib'
|
|
|
|
For example, insert:
|
|
include_path = ".:%%DATADIR%%/lib"
|
|
|
|
into `%%LOCALBASE%%/etc/php.ini'.
|
|
|
|
Remember to change the permission of output dir
|
|
if you wish to use the web editor interface.
|
|
|
|
For more general information about the PHP Network Weathermap,
|
|
please visit: http://www.network-weathermap.com/
|
|
EOM
|
|
}
|
|
]
|