From d2745feb4d5ed4877a588881da3043b391e2cd3c Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Tue, 12 May 2020 21:01:06 +0200 Subject: [PATCH] Added missing index.html files in the application/views directory. --- application/views/appointments/index.html | 10 ++++++++++ application/views/backend/index.html | 10 ++++++++++ application/views/emails/index.html | 10 ++++++++++ application/views/errors/index.html | 10 ++++++++++ application/views/general/index.html | 10 ++++++++++ application/views/partial/index.html | 10 ++++++++++ application/views/user/index.html | 10 ++++++++++ 7 files changed, 70 insertions(+) create mode 100644 application/views/appointments/index.html create mode 100644 application/views/backend/index.html create mode 100644 application/views/emails/index.html create mode 100644 application/views/errors/index.html create mode 100644 application/views/general/index.html create mode 100644 application/views/partial/index.html create mode 100644 application/views/user/index.html diff --git a/application/views/appointments/index.html b/application/views/appointments/index.html new file mode 100644 index 00000000..5fcd693f --- /dev/null +++ b/application/views/appointments/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/views/backend/index.html b/application/views/backend/index.html new file mode 100644 index 00000000..5fcd693f --- /dev/null +++ b/application/views/backend/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/views/emails/index.html b/application/views/emails/index.html new file mode 100644 index 00000000..5fcd693f --- /dev/null +++ b/application/views/emails/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/views/errors/index.html b/application/views/errors/index.html new file mode 100644 index 00000000..5fcd693f --- /dev/null +++ b/application/views/errors/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/views/general/index.html b/application/views/general/index.html new file mode 100644 index 00000000..5fcd693f --- /dev/null +++ b/application/views/general/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/views/partial/index.html b/application/views/partial/index.html new file mode 100644 index 00000000..5fcd693f --- /dev/null +++ b/application/views/partial/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + + diff --git a/application/views/user/index.html b/application/views/user/index.html new file mode 100644 index 00000000..5fcd693f --- /dev/null +++ b/application/views/user/index.html @@ -0,0 +1,10 @@ + + + 403 Forbidden + + + +

Directory access is forbidden.

+ + +