Changeset 3778
- Timestamp:
- 08/05/2016 11:41:49 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/bootstrap.php
r3302 r3778 20 20 require_once( __DIR__ . '/includes/encryption.php' ); 21 21 22 if ( $_SERVER['HTTP_HOST'] == 'testing.wordcamp.org' ) { 22 if ( in_array( $_SERVER['HTTP_HOST'], array( 23 'testing.wordcamp.org', 24 '2016.milwaukee.wordcamp.org', 25 '2016.pittsburgh.wordcamp.org', 26 '2016.capetown.wordcamp.org', 27 '2016.annarbor.wordcamp.org', 28 '2016.riodejaneiro.wordcamp.org', 29 '2016.milano.wordcamp.org', 30 '2016.cologne.wordcamp.org', 31 ) ) ) { 23 32 require_once( __DIR__ . '/includes/budget-tool.php' ); 24 33 }
Note: See TracChangeset
for help on using the changeset viewer.