mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +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
|
<?php
|
||||||
|
|
||||||
require_once __DIR__ . 'app/libraries/snappymail/integrity.php';
|
require_once __DIR__ . '/app/libraries/snappymail/integrity.php';
|
||||||
|
|
||||||
$result = \SnappyMail\Integrity::phpVersion();
|
$result = \SnappyMail\Integrity::phpVersion();
|
||||||
if ($result) {
|
if ($result) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue