Skip to content

Commit

Permalink
Bugfix: loading integrity.php failed
Browse files Browse the repository at this point in the history
  • Loading branch information
the-djmaze committed Nov 22, 2023
1 parent 60700a5 commit 7dc4002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snappymail/v/0.0.0/setup.php
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 7dc4002

Please sign in to comment.