Changeset 3302 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/bootstrap.php
- Timestamp:
- 06/06/2016 02:46:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/bootstrap.php
r2613 r3302 20 20 require_once( __DIR__ . '/includes/encryption.php' ); 21 21 22 if ( $_SERVER['HTTP_HOST'] == 'testing.wordcamp.org' ) { 23 require_once( __DIR__ . '/includes/budget-tool.php' ); 24 } 25 22 26 $GLOBALS['wordcamp_budgets'] = new WordCamp_Budgets(); 23 27 $GLOBALS['wcp_payment_request'] = new WCP_Payment_Request();
Note: See TracChangeset
for help on using the changeset viewer.