Tokens should be 0 by default

This commit is contained in:
Brian Buller 2012-06-11 16:08:08 -05:00
parent 24c67d5844
commit 61f4566fdb
1 changed files with 1 additions and 1 deletions

View File

@ -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;