Skip to content

Commit

Permalink
Hide PHP errors
Browse files Browse the repository at this point in the history
  • Loading branch information
singularo committed Apr 9, 2012
1 parent 19153a6 commit 6863aba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internode.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@
* image output already included this information.
*/

// Newer PHP versions output a fee too many errors
ini_set('error_reporting', E_ALL ^ E_NOTICE);

// Your username and password, change these.
define("INTERNODE_USERNAME", "replace_with_your_username");
define("INTERNODE_PASSWORD", "replace_with_your_password");
Expand Down

0 comments on commit 6863aba

Please sign in to comment.