Initial commit
This commit is contained in:
6
app/plugins/tablefinder/config/constants.php
Normal file
6
app/plugins/tablefinder/config/constants.php
Normal file
@ -0,0 +1,6 @@
|
||||
<?php
|
||||
# bugTracker
|
||||
define( 'TABLE_FINDER_PLAYER_STATUS_APPLIED', 'Potential Player' );
|
||||
define( 'TABLE_FINDER_PLAYER_STATUS_LEFT', 'Former Player' );
|
||||
define( 'TABLE_FINDER_PLAYER_STATUS_ACCEPTED', 'Player' );
|
||||
define( 'TABLE_FINDER_PLAYER_STATUS_DENIED', 'Shunned' );
|
Reference in New Issue
Block a user