6 lines
269 B
PHP
6 lines
269 B
PHP
<?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' ); |