Skip to content

Commit

Permalink
#49 [Index] fix: require error on server
Browse files Browse the repository at this point in the history
  • Loading branch information
evarisk-theo committed Nov 8, 2022
1 parent c3c533f commit 27a0d50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dolisirhindex.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
if (!$res) die("Include of main fails");

// Libraries
require_once './core/modules/modDoliSIRH.class.php';
require_once __DIR__ . '/core/modules/modDoliSIRH.class.php';

// Global variables definitions
global $conf, $db, $langs, $user;
Expand Down

0 comments on commit 27a0d50

Please sign in to comment.