Cloudlog/application/models/Logbooks.php
2019-09-22 21:41:23 +01:00

16 行
无行尾
296 B
PHP

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