Skip to content

Commit

Permalink
Typo fix in comment and new release!
Browse files Browse the repository at this point in the history
  • Loading branch information
cafuego committed Apr 9, 2012
1 parent 3a1a3ef commit 1cf93a2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internode.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,11 @@
* did not get a 200 -OK.
* 06/05/2011 - Add days remaining in period display to TXT, RSS and Cisco phone displays. The
* image output already included this information.
* 10/04/2012 - Merge fixes from Simon Lindsay (simgularo) in the over-quota code path and to
* avoid some notices about unset variables. Allow turning off of errors.
*/

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

// Your username and password, change these.
Expand Down Expand Up @@ -87,7 +89,7 @@
define("IMAGE_BORDER_LEFT", 60);
define("IMAGE_BORDER_BOTTOM", 40);

define("INTERNODE_VERSION", "15");
define("INTERNODE_VERSION", "16");

define("CAFUEGO_HOST", "archive.cafuego.net");
define("CAFUEGO_URI", "/internode-usage.php");
Expand Down

0 comments on commit 1cf93a2

Please sign in to comment.