From 01d8b22800bc2a3cfe7abd34b5bf52217acdb057 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Tue, 1 Mar 2016 19:07:35 +0100 Subject: [PATCH] Update hard drive failure --- .github/ISSUE_TEMPLATE.md | 24 ------------------------ .github/contributing.md | 1 - Utils/PDF/Pdf.php | 2 +- 3 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 .github/contributing.md 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.