Added controller for Qslmanagement for upcoming development

这个提交包含在:
Peter Goodhall 2019-09-04 23:04:12 +01:00
父节点 1394b255d5
当前提交 b4ec8bf878

查看文件

@ -0,0 +1,16 @@
<?php
if ( ! defined('BASEPATH')) exit('No direct script access allowed');
/*
This controller will contain features for managing incoming QSL cards
*/
class Qslmanagement extends CI_Controller {
public function index()
{
echo 'Functions to come';
}
}