mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-01 23:36:50 +01:00
Optimize code (account number generation)
Thanks kamil-karkus for suggestion
This commit is contained in:
@@ -86,6 +86,9 @@ const TFS_03 = 4;
|
||||
const TFS_FIRST = TFS_02;
|
||||
const TFS_LAST = TFS_03;
|
||||
|
||||
// other definitions
|
||||
const ACCOUNT_NUMBER_LENGTH = 10;
|
||||
|
||||
session_save_path(SYSTEM . 'php_sessions');
|
||||
session_start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user