Added better warning for when a KML file cannot be written.
这个提交包含在:
父节点
cb6b01a4ab
当前提交
0dc26a12f2
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
正在加载…
在新工单中引用