Making WordPress.org


Ignore:
Timestamp:
06/06/2016 02:46:06 PM (10 years ago)
Author:
kovshenin
Message:

WordCamp Budgets: First draft for the budgets UI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/bootstrap.php

    r2613 r3302  
    2020        require_once( __DIR__ . '/includes/encryption.php' );
    2121
     22        if ( $_SERVER['HTTP_HOST'] == 'testing.wordcamp.org' ) {
     23                require_once( __DIR__ . '/includes/budget-tool.php' );
     24        }
     25
    2226        $GLOBALS['wordcamp_budgets']    = new WordCamp_Budgets();
    2327        $GLOBALS['wcp_payment_request'] = new WCP_Payment_Request();
Note: See TracChangeset for help on using the changeset viewer.