Tokens should be 0 by default
This commit is contained in:
@@ -15,4 +15,4 @@ $global_libraries = array();
|
|||||||
// For example, if the system is kept in:
|
// For example, if the system is kept in:
|
||||||
// http://mysite.com/folder1/
|
// http://mysite.com/folder1/
|
||||||
// Then setting this should be set to 1
|
// Then setting this should be set to 1
|
||||||
$starting_token = 1;
|
$starting_token = 0;
|
||||||
|
Reference in New Issue
Block a user