mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
13 lines
No EOL
238 B
PHP
13 lines
No EOL
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 */ |