use APPDB_OWNER_EMAIL instead of appdb@winehq.org

This commit is contained in:
Jonathan Ernst
2005-01-30 03:12:57 +00:00
committed by WineHQ
parent 758810bd5e
commit 29f5bddee3
4 changed files with 8 additions and 11 deletions

View File

@@ -51,7 +51,7 @@ function display_index ()
echo "</ul><hr noshade>\n";
echo "<p>Need more help? Contact us at <a href='mailto:appdb@winehq.org'>appdb@winehq.org</a><p>\n";
echo "<p>Need more help? Contact us at <a href='mailto:".APPDB_OWNER_EMAIL."'>".APPDB_OWNER_EMAIL."</a><p>\n";
apidb_footer();
}