Plugin Directory

Changeset 711697


Ignore:
Timestamp:
05/12/2013 10:26:36 AM (13 years ago)
Author:
tkrivickas
Message:

IMPR: added transport availability check on activation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • live-stream-badger/trunk/live-stream-badger-plugin.php

    r711690 r711697  
    5959        exit ( $antique_php_version_message );
    6060    }
     61    if ( !wp_http_supports() ) {
     62        $no_transport_message = 'No HTTP transport (curl, streams, fsockopen) is available. Please inquiry your hosting provider for an upgrade.';
     63        exit ( $no_transport_message );
     64    }
    6165}
    6266
Note: See TracChangeset for help on using the changeset viewer.