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