7 lines
165 B
PHP
7 lines
165 B
PHP
<?php
|
|
|
|
// MySQL Database Information
|
|
define("MYSQL_HOST", "localhost");
|
|
define("MYSQL_USER", "anitv");
|
|
define("MYSQL_PASS", "anitv");
|
|
define("MYSQL_NAME", "anitv");
|