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:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
$servername = 'localhost';
|
||||
$username = "coati_newsletter";
|
||||
$password = "coati";
|
||||
$dbname = "coati_newsletter";
|
||||
$tabename = "subscriber";
|
||||
?>
|
||||
Reference in New Issue
Block a user