13 行
无行尾
238 B
PHP
13 行
无行尾
238 B
PHP
<?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 */ |