Cloudlog/application/libraries/Clublog.php

13 wiersze
238 B
PHP
Czysty Zwykły widok Historia

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
class Clublog {
/*
Communicates with the Clublog.org API functions
*/
public function send(){}
public function check(){}
}
/* End of file Clublog.php */