From d98c48bc6e0e5ab7de21e5252889270ecdea6c89 Mon Sep 17 00:00:00 2001 From: rvelices Date: Thu, 15 Mar 2007 04:20:30 +0000 Subject: [PATCH] add index.php in plugins directory and subdirectories git-svn-id: http://piwigo.org/svn/trunk@1907 68402e56-0260-453c-a942-63ccdbb3a9ee --- plugins/admin_advices/index.php | 7 +++++++ plugins/admin_multi_view/index.php | 7 +++++++ plugins/event_tracer/index.php | 7 +++++++ plugins/hello_world/index.php | 7 +++++++ plugins/index.php | 7 +++++++ 5 files changed, 35 insertions(+) create mode 100644 plugins/admin_advices/index.php create mode 100644 plugins/admin_multi_view/index.php create mode 100644 plugins/event_tracer/index.php create mode 100644 plugins/hello_world/index.php create mode 100644 plugins/index.php diff --git a/plugins/admin_advices/index.php b/plugins/admin_advices/index.php new file mode 100644 index 000000000..954048b5c --- /dev/null +++ b/plugins/admin_advices/index.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/plugins/admin_multi_view/index.php b/plugins/admin_multi_view/index.php new file mode 100644 index 000000000..954048b5c --- /dev/null +++ b/plugins/admin_multi_view/index.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/plugins/event_tracer/index.php b/plugins/event_tracer/index.php new file mode 100644 index 000000000..954048b5c --- /dev/null +++ b/plugins/event_tracer/index.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/plugins/hello_world/index.php b/plugins/hello_world/index.php new file mode 100644 index 000000000..954048b5c --- /dev/null +++ b/plugins/hello_world/index.php @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/plugins/index.php b/plugins/index.php new file mode 100644 index 000000000..bd3046574 --- /dev/null +++ b/plugins/index.php @@ -0,0 +1,7 @@ + \ No newline at end of file