Minor - code styling for tickets management plugin - refs #6715
parent
1352442dd6
commit
17681a74b5
@ -1,3 +1 @@ |
|||||||
<?php |
<?php |
||||||
|
|
||||||
?> |
|
||||||
@ -1,25 +0,0 @@ |
|||||||
<?php |
|
||||||
/* |
|
||||||
* Ticket Support |
|
||||||
*/ |
|
||||||
|
|
||||||
class TckBlueButtonBN { |
|
||||||
|
|
||||||
private $_securitySalt; |
|
||||||
private $_bbbServerBaseUrl; |
|
||||||
|
|
||||||
/* ___________ General Methods for the BigBlueButton Class __________ */ |
|
||||||
|
|
||||||
function __construct() { |
|
||||||
/* |
|
||||||
Establish just our basic elements in the constructor: |
|
||||||
*/ |
|
||||||
// BASE CONFIGS - set these for your BBB server in config.php and they will |
|
||||||
// simply flow in here via the constants: |
|
||||||
$this->_securitySalt = CONFIG_SECURITY_SALT; |
|
||||||
$this->_bbbServerBaseUrl = CONFIG_SERVER_BASE_URL; |
|
||||||
} |
|
||||||
|
|
||||||
} // END OF BIGBLUEBUTTON CLASS |
|
||||||
|
|
||||||
?> |
|
||||||
@ -1,4 +1,4 @@ |
|||||||
<?php |
<?php |
||||||
|
/* For licensing terms, see /license.txt */ |
||||||
require_once dirname(__FILE__).'/config.php'; |
require_once dirname(__FILE__).'/config.php'; |
||||||
$plugin_info = TicketPlugin::create()->get_info(); |
$plugin_info = TicketPlugin::create()->get_info(); |
||||||
@ -1 +1 @@ |
|||||||
This plugin Ticket Support |
This plugin provides the support ticket management system features |
||||||
Loading…
Reference in new issue