This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
ini_set('display_errors', 1); | |
error_reporting(-1); | |
$toolserver_username = "username"; | |
$toolserver_password = "password"; | |
$toolserver_host = "localhost"; | |
$toolserver_database = "acc"; | |
#I don't even really care about the notify db or the antispoof db on my local install currently, | |
#but setting them anyways |