Skip to content

Instantly share code, notes, and snippets.

@rob0t
Last active October 6, 2015 13:27
Show Gist options
  • Save rob0t/98f2f8dc5e928c06aecf to your computer and use it in GitHub Desktop.
Save rob0t/98f2f8dc5e928c06aecf to your computer and use it in GitHub Desktop.
<?php
if( ini_get('allow_url_fopen') == 0 ) {
die("Please ensure allow_url_fopen is set to 1 in ". php_ini_loaded_file());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment