mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-01 16:11:20 +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
|
* @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");
|
require_once("auth-functions.php");
|
||||||
|
|
||||||
class imapPamDrivers
|
class imapPamDrivers
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user