diff --git a/credentials.templ.php b/config.templ.php similarity index 64% rename from credentials.templ.php rename to config.templ.php index 2347f3f..5df7c7d 100644 --- a/credentials.templ.php +++ b/config.templ.php @@ -4,4 +4,7 @@ const POSTGRES_HOST = "%DBHOST%"; const POSTGRES_PORT = 5432; const POSTGRES_DBNAME = "%DBNAME%"; const POSTGRES_USER = "%DBUSER%"; -const POSTGRES_PASSWORD = "%DBPASSWORD%"; \ No newline at end of file +const POSTGRES_PASSWORD = "%DBPASSWORD%"; + + +const CONTACT_EMAIL = "%EMAIL%"; \ No newline at end of file diff --git a/core.php b/core.php index e2cd426..c82f963 100644 --- a/core.php +++ b/core.php @@ -1,5 +1,7 @@