Added better warning for when a KML file cannot be written.

这个提交包含在:
Peter Goodhall 2012-12-18 00:50:53 +00:00
父节点 cb6b01a4ab
当前提交 0dc26a12f2

查看文件

@ -70,7 +70,7 @@ class Kml extends CI_Controller {
if ( ! write_file('kml/qsos.kml', $output))
{
echo 'Unable to write the file';
echo 'Unable to write the file - Make the folder KML has write permissions.';
}
else
{