From 1b56522ebc9e11d3d558abcc9890986b84f75159 Mon Sep 17 00:00:00 2001 From: Tobias Reich Date: Tue, 22 Apr 2014 12:02:49 +0200 Subject: [PATCH] Moved check.php to own folder in plugins/ --- .gitignore | 2 +- plugins/{check.php => check/index.php} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename plugins/{check.php => check/index.php} (99%) diff --git a/.gitignore b/.gitignore index def3fdd..95f0487 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,4 @@ etc/* !uploads/import/index.html !uploads/big/index.html !uploads/thumb/index.html -!plugins/check.php \ No newline at end of file +!plugins/check/ \ No newline at end of file diff --git a/plugins/check.php b/plugins/check/index.php similarity index 99% rename from plugins/check.php rename to plugins/check/index.php index 47be390..cdbba79 100644 --- a/plugins/check.php +++ b/plugins/check/index.php @@ -1,7 +1,7 @@