Skip to content

Commit

Permalink
Remove DS constant
Browse files Browse the repository at this point in the history
Removed in Kirby ^3.8
  • Loading branch information
bvdputte authored Sep 24, 2022
1 parent 214c902 commit 333e0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

require __DIR__ . DS . "src" . DS . "Fingerprint.php";
require __DIR__ . "/src/Fingerprint.php";

@include_once __DIR__ . '/vendor/autoload.php';

Expand Down

0 comments on commit 333e0ec

Please sign in to comment.