- Update functions.php
This commit is contained in:
+2
-1
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user