Quote:
Originally Posted by kylek
Is there admincp settings?
|
yes, edit the settings.php to include your user ID, admin is available through the gameroom.php page :up:
HTML Code:
/*
* List of UserIDs who have special priveledges.
* Admin users can
* - add / settle events in the sports pool
* - use the cash adjuster
* - edit language
* Too add multiple users seperate by comma:
* $this->adminIDs = array(1, 2, 3);
*
*/
$this->adminIDs = array(1);