initial commit with snapshot 20140213

This commit is contained in:
2015-02-14 12:01:53 +01:00
commit 12cd5888c5
93 changed files with 7038 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<?php
$DB = new MySQLi(DB_HOST, DB_USER, DB_PASSWD, DB_NAME);
$DB->query("SET NAMES `utf8`");
?>