parent
8567a8aaac
commit
83251502e9
3 changed files with 21 additions and 18 deletions
|
@ -31,9 +31,7 @@ if (!isset($_SERVER['DavAdminConfDir'])) {
|
|||
header('HTTP/1.0 500 Internal Server Error');
|
||||
header('Status: 500 Internal Server Error');
|
||||
header('Content-Type: text/plain;charset=utf8');
|
||||
print("The Server is not configured correctly. " .
|
||||
"Please tell your Administrator to set the " .
|
||||
"DavAdminConfDir environment variable.");
|
||||
print(_("The Server is not configured correctly. Please tell your Administrator to set the DavAdminConfDir environment variable."));
|
||||
exit();
|
||||
}
|
||||
/** Include configuration information. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue