Initial commit.
This commit is contained in:
commit
05b556d024
38 changed files with 6220 additions and 0 deletions
7
system/config.php
Normal file
7
system/config.php
Normal file
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
|
||||
// MySQL Database Information
|
||||
define("MYSQL_HOST", "localhost");
|
||||
define("MYSQL_USER", "anitv");
|
||||
define("MYSQL_PASS", "anitv");
|
||||
define("MYSQL_NAME", "anitv");
|
Loading…
Add table
Add a link
Reference in a new issue