mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Started using new php function for Currency formatting as this is best preactice, removed Client Access and removed certian user roles
This commit is contained in:
@@ -54,6 +54,10 @@ $config_stripe_enable = $row['config_stripe_enable'];
|
||||
$config_stripe_publishable = $row['config_stripe_publishable'];
|
||||
$config_stripe_secret = $row['config_stripe_secret'];
|
||||
|
||||
//Currency
|
||||
|
||||
$config_currency_format = "US_en";
|
||||
|
||||
$colors_array = array(
|
||||
'green',
|
||||
'olive',
|
||||
|
||||
Reference in New Issue
Block a user