mirror of
https://github.com/lxsang/ant-http
synced 2025-07-27 11:09:48 +02:00
new init
This commit is contained in:
11
build/htdocs/dist/packages/default/Broadway/api.php
vendored
Normal file
11
build/htdocs/dist/packages/default/Broadway/api.php
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
class BroadwayAPIHandler {
|
||||
public static function broadway(Array $arguments) {
|
||||
return Array(false, false);
|
||||
}
|
||||
}
|
||||
|
||||
API::AddHandler('broadway', Array('BroadwayAPIHandler', 'broadway'));
|
||||
|
||||
?>
|
Reference in New Issue
Block a user