mirror of
https://github.com/wavelog/wavelog.git
synced 2026-03-22 18:27:16 +00:00
13 lines
238 B
PHP
13 lines
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 */ |