* Minor TOS change
[specialops2.git] / res / mysql.example
blobc94539bd5e04ecb97bddb8532a6a04ab9d437f05
1 <?php
2 define('SITE_NAME', 'goatse.cx'); // this goes in the <title>
3 define('DATABASE_NAME', 'gap'); // has to be defined for field size limit stuff on some pages to work
4 define('INVITE_ONLY', true); // comment out this line to let anyone register
6 // Open database connection
7 $DB = new so2mysqli('goatse.cx', 'Anonymous', 'trustno1', DATABASE_NAME);
8 ?>