mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
Provide user feedback when php5-imap is missing.
This commit is contained in:
parent
d2d12bbe04
commit
ecbc9f6a4d
@ -11,6 +11,11 @@
|
||||
* @license http://gnu.org/copyleft/gpl.html GNU GPL v2 or later
|
||||
*/
|
||||
|
||||
// The PHP interpreter will die quietly unless satisfied. This provides user feedback instead.
|
||||
if (!function_exists('imap_open')) {
|
||||
die("drivers_imap_pam: php5-imap required.");
|
||||
}
|
||||
|
||||
require_once("auth-functions.php");
|
||||
|
||||
class imapPamDrivers
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user