web: initial setup for mediacube page

* added the initial setup for mediacube page.
* using mysql as database and foundation for layout support.
This commit is contained in:
malte_langkabel
2015-05-27 10:40:38 +02:00
parent 8949470848
commit 837fb24dc6
29 changed files with 6912 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$servername = 'localhost';
$username = "coati_newsletter";
$password = "coati";
$dbname = "coati_newsletter";
$tabename = "subscriber";
?>