mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Bugfix: loading integrity.php failed
This commit is contained in:
parent
60700a56e9
commit
7dc4002fb4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
require_once __DIR__ . 'app/libraries/snappymail/integrity.php';
|
||||
require_once __DIR__ . '/app/libraries/snappymail/integrity.php';
|
||||
|
||||
$result = \SnappyMail\Integrity::phpVersion();
|
||||
if ($result) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue