mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 01:39:22 +02:00
set ACCOUNT_NUMBER_LENGTH = 8, is more reasonable
This commit is contained in:
parent
9560494ab0
commit
78622fb47a
@ -87,7 +87,7 @@ const TFS_FIRST = TFS_02;
|
|||||||
const TFS_LAST = TFS_03;
|
const TFS_LAST = TFS_03;
|
||||||
|
|
||||||
// other definitions
|
// other definitions
|
||||||
const ACCOUNT_NUMBER_LENGTH = 10;
|
const ACCOUNT_NUMBER_LENGTH = 8;
|
||||||
|
|
||||||
session_save_path(SYSTEM . 'php_sessions');
|
session_save_path(SYSTEM . 'php_sessions');
|
||||||
session_start();
|
session_start();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user