Changeset 1123
- Timestamp:
- 01/11/2015 11:26:08 AM (10 years ago)
- Location:
- sites/trunk/api.wordpress.org/public_html/dotorg/slack
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/dotorg/slack/announce.php
r1122 r1123 3 3 namespace { 4 4 require dirname( dirname( __DIR__ ) ) . '/includes/hyperdb/bb-10-hyper-db.php'; 5 require dirname( __DIR__ ) . '/slack-config.php';5 require dirname( dirname( __DIR__ ) ) . '/includes/slack-config.php'; 6 6 } 7 7 -
sites/trunk/api.wordpress.org/public_html/dotorg/slack/committers.php
r1122 r1123 5 5 namespace Dotorg\Slack\Committers; 6 6 7 require dirname( __DIR__ ) . '/slack-config.php';7 require dirname( dirname( __DIR__ ) ) . '/includes/slack-config.php'; 8 8 9 9 if ( $_POST['token'] !== WEBHOOK_TOKEN ) { -
sites/trunk/api.wordpress.org/public_html/dotorg/slack/new-ticket.php
r1122 r1123 4 4 use Dotorg\Slack\Send; 5 5 6 require dirname( __DIR__ ) . '/slack-config.php';6 require dirname( dirname( __DIR__ ) ) . '/includes/slack-config.php'; 7 7 8 8 if ( 'cli' === PHP_SAPI ) { -
sites/trunk/api.wordpress.org/public_html/dotorg/slack/trac-bot.php
r1122 r1123 5 5 require dirname( dirname( __DIR__ ) ) . '/includes/object-cache.php'; 6 6 7 require dirname( __DIR__ ) . '/slack-config.php';7 require dirname( dirname( __DIR__ ) ) . '/includes/slack-config.php'; 8 8 9 9 require WPORGPATH . 'bb-theme/themes/lib/class-IXR.php';
Note: See TracChangeset
for help on using the changeset viewer.