2018-10-12 22:29:34 +11:00
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* GLOBAL CONSTANTS ONLY
|
|
|
|
|
*
|
|
|
|
|
* Class constants to be assigned and accessed statically via
|
|
|
|
|
* their model ie, Invoice::STATUS_DEFAULT
|
|
|
|
|
*
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
2018-10-22 23:04:37 +11:00
|
|
|
define('BANK_LIBRARY_OFX', 1);
|
|
|
|
|
define('RANDOM_KEY_LENGTH', 32); //63340286662973277706162286946811886609896461828096 combinations
|
2018-10-15 16:00:48 +11:00
|
|
|
|
|
|
|
|
|
2018-10-18 16:04:36 +11:00
|
|
|
|
2018-10-19 14:45:55 +11:00
|
|
|
|