Files
Sourcetrail/web/mediacube/php/db_config.php
T
Eberhard Graether f8d3f14cbd web: prepared webpage for publishing
* renamed admin directory to php because adblocker blocked ajax
* don't refresh page when pressing enter
* improved english
* added db_config for live page
2015-05-27 12:24:18 +02:00

7 lines
149 B
PHP

<?php
$servername = 'localhost';
$username = "coati_newsletter";
$password = "coati";
$dbname = "coati_newsletter";
$tabename = "subscriber";
?>