Cleaned up code formatting
这个提交包含在:
父节点
b894a5d3c6
当前提交
e2006a936f
共有 1 个文件被更改,包括 58 次插入 和 54 次删除
|
|
@ -1,12 +1,15 @@
|
|||
<?php if (! defined('BASEPATH')) exit('No direct script access allowed');
|
||||
|
||||
class Activated_gridmap extends CI_Controller {
|
||||
class Activated_gridmap extends CI_Controller
|
||||
{
|
||||
|
||||
function __construct() {
|
||||
function __construct()
|
||||
{
|
||||
parent::__construct();
|
||||
}
|
||||
|
||||
public function index() {
|
||||
public function index()
|
||||
{
|
||||
$data['page_title'] = "Activated Gridsquare Map";
|
||||
|
||||
$this->load->model('bands');
|
||||
|
|
@ -44,7 +47,8 @@ class Activated_gridmap extends CI_Controller {
|
|||
$this->load->view('interface_assets/footer', $footerData);
|
||||
}
|
||||
|
||||
public function getGridsjs() {
|
||||
public function getGridsjs()
|
||||
{
|
||||
$band = $this->security->xss_clean($this->input->post('band'));
|
||||
$mode = $this->security->xss_clean($this->input->post('mode'));
|
||||
$qsl = $this->security->xss_clean($this->input->post('qsl'));
|
||||
|
|
|
|||
正在加载…
在新工单中引用