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 = "fhs31460";
|
||||
$password = "MSVF44";
|
||||
$dbname = "fhs31460";
|
||||
$tabename = "subscriber";
|
||||
?>
|
||||
Reference in New Issue
Block a user