diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 9ce88c795..000000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,24 +0,0 @@ -### Expected behavior - - - -### Actual behavior - - - -### Steps to reproduce the behavior - - - -### Importance - -- [ ] Application breaking -- [ ] High importance -- [ ] Medium importance -- [ ] Minor importance - -### Type - -- [ ] Bug -- [ ] Enhancement -- [ ] Security issue diff --git a/.github/contributing.md b/.github/contributing.md deleted file mode 100644 index 0dfdf24ed..000000000 --- a/.github/contributing.md +++ /dev/null @@ -1 +0,0 @@ -A developer and contribution documentation can be found at https://orange-management.gitbooks.io/developer-guide/content/index.html. diff --git a/Utils/PDF/Pdf.php b/Utils/PDF/Pdf.php index bd92c06b1..d3a08955b 100644 --- a/Utils/PDF/Pdf.php +++ b/Utils/PDF/Pdf.php @@ -16,7 +16,7 @@ namespace phpOMS\Utils\PDF; /** @noinspection PhpIncludeInspection */ -require_once realpath(__DIR__ . '/../../../vendor/tecnick.com/tcpdf/tcpdf.php'); +include __DIR__ . '/../../../Resources/tcpdf/tcpdf.php'; /** * Pdf class.