Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Fixes #1256
Browse files Browse the repository at this point in the history
  • Loading branch information
simonschaufi committed Sep 18, 2018
1 parent 4495b1a commit bb877de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* along with Kimai; If not, see <http://www.gnu.org/licenses/>.
*/

defined('WEBROOT') || define('WEBROOT', dirname(dirname(__FILE__)) . DIRECTORY_SEPARATOR);
defined('WEBROOT') || define('WEBROOT', dirname(__FILE__) . DIRECTORY_SEPARATOR);

require_once WEBROOT . 'libraries/autoload.php';

Expand Down

0 comments on commit bb877de

Please sign in to comment.