~skye/poker/cfg.php

view raw


<?php

/*
 * configuration constants
 */

class Cfg {
	const TITLE = "badboy poker";
	const VERSION = "0.0.1";

	const USERNAME_MAX_LEN = 24;
}

?>