20 行
		
	
	
		
			无行尾
		
	
	
		
			297 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			20 行
		
	
	
		
			无行尾
		
	
	
		
			297 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
 | |
| 
 | |
| /*
 | |
| 	Controller to interact with the Clublog API
 | |
| */
 | |
| 
 | |
| class Clublog extends CI_Controller {
 | |
| 
 | |
| 	// Show frontend if there is one
 | |
| 	public function index() {
 | |
| 
 | |
| 	}
 | |
| 
 | |
| 	// Upload ADIF to Clublog
 | |
| 	public function upload() {
 | |
| 
 | |
| 	}
 | |
| 	
 | |
| 	
 | |
| } |