16 行
		
	
	
		
			无行尾
		
	
	
		
			296 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			16 行
		
	
	
		
			无行尾
		
	
	
		
			296 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| <?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';
 | |
|         }
 | |
| } |