Browse Source

Moved check.php to own folder in plugins/

Tobias Reich 10 years ago
parent
commit
1b56522ebc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .gitignore
  2. 1 1
      plugins/check/index.php

+ 1 - 1
.gitignore

@@ -13,4 +13,4 @@ etc/*
 !uploads/import/index.html
 !uploads/big/index.html
 !uploads/thumb/index.html
-!plugins/check.php
+!plugins/check/

+ 1 - 1
plugins/check.php → plugins/check/index.php

@@ -1,7 +1,7 @@
 <?php
 
 ###
-# @name		Check Plugin
+# @name			Check Plugin
 # @author		Tobias Reich
 # @copyright	2014 by Tobias Reich
 # @description	This file takes a look at your Lychee-configuration and displays all errors it can find.