Tokens should be 0 by default
This commit is contained in:
parent
24c67d5844
commit
61f4566fdb
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user