Skip to content

Instantly share code, notes, and snippets.

<?
$config = array();
// Begin Configuration
$config['basedir'] = '/htdocs/AdultWatch';
$config['baseurl'] = 'http://cls2.zapto.org:42000/AdultWatch';
$DBTYPE = 'mysql';
$DBHOST = 'localhost';
$DBUSER = 'adultwatch';