mirror of
https://github.com/magicbug/Cloudlog
synced 2026-08-13 17:49:35 -04:00
14 lines
No EOL
257 B
PHP
14 lines
No EOL
257 B
PHP
<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
|
|
|
|
class Eqsl {
|
|
|
|
/*
|
|
Communicates with the eQSL.cc API functions
|
|
*/
|
|
|
|
public function send(){}
|
|
public function receive(){}
|
|
public function check(){}
|
|
}
|
|
|
|
/* End of file eQSL.php */ |