Initial commit.

This commit is contained in:
Yuuki Chan 2023-02-23 23:35:29 +09:00
commit 05b556d024
38 changed files with 6220 additions and 0 deletions

7
system/config.php Normal file
View 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");