- Update functions.php

This commit is contained in:
Keith Solomon
2022-12-31 12:57:25 -06:00
parent 31435f5520
commit 28eecb304a
+2 -1
View File
@@ -1,8 +1,9 @@
<?php <?php
// Set usernames and keys here // Set usernames and keys here
const USER1_KEY = 'user1Key'; const USER1_KEY = 'user1Key';
const USER1_NAME = 'user1';
const USER2_KEY = 'user2Key'; const USER2_KEY = 'user2Key';
const USER1_NAME = 'user1';
const USER2_NAME = 'user2'; const USER2_NAME = 'user2';
// Set locale for monetary functions. // Set locale for monetary functions.