From fafde60d2c41d37f4bfa0c92902e3d8c51ecc09b Mon Sep 17 00:00:00 2001 From: Regis Houssin <regis@dolibarr.fr> Date: Mon, 24 Oct 2011 15:27:10 +0200 Subject: [PATCH] Fix: add empty index files --- htdocs/core/boxes/index.php | 1 + htdocs/core/filemanagerdol/index.php | 1 + htdocs/core/login/index.php | 1 + htdocs/core/menus/index.php | 1 + htdocs/core/menus/smartphone/index.php | 1 + htdocs/core/menus/standard/index.php | 1 + htdocs/core/modules/index.php | 1 + htdocs/core/triggers/index.php | 1 + htdocs/includes/index.php | 1 + 9 files changed, 9 insertions(+) create mode 100644 htdocs/core/boxes/index.php create mode 100644 htdocs/core/filemanagerdol/index.php create mode 100644 htdocs/core/login/index.php create mode 100644 htdocs/core/menus/index.php create mode 100644 htdocs/core/menus/smartphone/index.php create mode 100644 htdocs/core/menus/standard/index.php create mode 100644 htdocs/core/modules/index.php create mode 100644 htdocs/core/triggers/index.php create mode 100644 htdocs/includes/index.php diff --git a/htdocs/core/boxes/index.php b/htdocs/core/boxes/index.php new file mode 100644 index 00000000000..7db0dd9ebf9 --- /dev/null +++ b/htdocs/core/boxes/index.php @@ -0,0 +1 @@ +Url not available \ No newline at end of file diff --git a/htdocs/core/filemanagerdol/index.php b/htdocs/core/filemanagerdol/index.php new file mode 100644 index 00000000000..7db0dd9ebf9 --- /dev/null +++ b/htdocs/core/filemanagerdol/index.php @@ -0,0 +1 @@ +Url not available \ No newline at end of file diff --git a/htdocs/core/login/index.php b/htdocs/core/login/index.php new file mode 100644 index 00000000000..7db0dd9ebf9 --- /dev/null +++ b/htdocs/core/login/index.php @@ -0,0 +1 @@ +Url not available \ No newline at end of file diff --git a/htdocs/core/menus/index.php b/htdocs/core/menus/index.php new file mode 100644 index 00000000000..7db0dd9ebf9 --- /dev/null +++ b/htdocs/core/menus/index.php @@ -0,0 +1 @@ +Url not available \ No newline at end of file diff --git a/htdocs/core/menus/smartphone/index.php b/htdocs/core/menus/smartphone/index.php new file mode 100644 index 00000000000..7db0dd9ebf9 --- /dev/null +++ b/htdocs/core/menus/smartphone/index.php @@ -0,0 +1 @@ +Url not available \ No newline at end of file diff --git a/htdocs/core/menus/standard/index.php b/htdocs/core/menus/standard/index.php new file mode 100644 index 00000000000..7db0dd9ebf9 --- /dev/null +++ b/htdocs/core/menus/standard/index.php @@ -0,0 +1 @@ +Url not available \ No newline at end of file diff --git a/htdocs/core/modules/index.php b/htdocs/core/modules/index.php new file mode 100644 index 00000000000..7db0dd9ebf9 --- /dev/null +++ b/htdocs/core/modules/index.php @@ -0,0 +1 @@ +Url not available \ No newline at end of file diff --git a/htdocs/core/triggers/index.php b/htdocs/core/triggers/index.php new file mode 100644 index 00000000000..7db0dd9ebf9 --- /dev/null +++ b/htdocs/core/triggers/index.php @@ -0,0 +1 @@ +Url not available \ No newline at end of file diff --git a/htdocs/includes/index.php b/htdocs/includes/index.php new file mode 100644 index 00000000000..7db0dd9ebf9 --- /dev/null +++ b/htdocs/includes/index.php @@ -0,0 +1 @@ +Url not available \ No newline at end of file -- GitLab