Skip to content

Commit de80006

Browse files
committed
fix include path
1 parent f502502 commit de80006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/lib/classes/functions.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929
*/
3030

31-
require_once 'compatibility.inc.php';
31+
require_once __DIR__.'/../compatibility.inc.php';
3232

3333
//* The purpose of this library is to provide some general functions.
3434
//* This class is loaded automatically by the ispconfig framework.

0 commit comments

Comments
 (0)