From 61f4566fdbf43722f8373140809517eef9a74a4f Mon Sep 17 00:00:00 2001 From: Brian Buller Date: Mon, 11 Jun 2012 16:08:08 -0500 Subject: [PATCH] Tokens should be 0 by default --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index c521be9..177111b 100644 --- a/config.php +++ b/config.php @@ -15,4 +15,4 @@ $global_libraries = array(); // For example, if the system is kept in: // http://mysite.com/folder1/ // Then setting this should be set to 1 -$starting_token = 1; +$starting_token = 0;