in der Mantis-Konfiguration (hier auch mit Upload-Dir): $g_administrator_email = ''; $g_webmaster_email = ''; $g_from_email = ''; $g_file_upload_method =
in der Mantis-Konfiguration (hier auch mit Upload-Dir):
$g_administrator_email = '';
$g_webmaster_email = '';
$g_from_email = '';
$g_file_upload_method = DISK;
$g_absolute_path_default_upload_folder = 'C:/Apache24/htdocs/mantis/upload/';
$g_css_include_file = 'css/custom.css';
dann custom.css ablegen:
.page-content {
}
body {
font-family: 'Tahoma' !important;
}
.btn-white.btn-primary {
border-color: #4f98d6;
color: #0b62af!important;
}
select {
color: #272727!important;
}
a {
color: #04579e!important;
}