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

8 lines
135 B
PHP

<?php
$servername = "localhost";
$username = "fhs31460";
$password = "MSVF44";
$dbname = "fhs31460";
$tabename = "subscriber";
?>