mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-23 18:57:12 +00:00
16 lines
296 B
Plaintext
16 lines
296 B
Plaintext
<?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';
|
|
}
|
|
} |