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
This commit is contained in:
Eberhard Graether
2015-05-27 12:24:18 +02:00
parent b0a5461316
commit f8d3f14cbd
6 changed files with 48 additions and 35 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
$servername = 'localhost';
$username = "coati_newsletter";
$password = "coati";
$dbname = "coati_newsletter";
$tabename = "subscriber";
?>