Added some class="" to pagelist code
[specialops2.git] / res / mysql.example
blobc066adfc0a5c900b8f573e07d8c29b718e91002b
1 <?php
2 define('SITE_NAME', 'goatse.cx'); // this goes in the <title>
3 define('DATABASE_NAME', 'gap'); // has to be defined for the size limit stuff in options.php to work
4 define('INVITE_ONLY', true); // // this line to let anyone register
6 // Open database connection
7 $DB = new $dbtype('goatse.cx', 'Anonymous', 'trustno1', DATABASE_NAME);
8 $DB->query('SET @pwkey = '.INSERT_SOMETHING_HERE); // reserved for future use
9 ?>