Cloudlog/application/controllers/Clublog.php

20 wiersze
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() {
}
}