rename plugin interface

This commit is contained in:
Tim Moritz 2021-10-27 07:54:39 +02:00
parent 54bc55f1cf
commit 2b17019bd5
2 changed files with 1 additions and 1 deletions

View file

@ -71,7 +71,7 @@ mb_internal_encoding(CHARSET);
mb_http_output(CHARSET); mb_http_output(CHARSET);
// Include interfaces // Include interfaces
include(PATH_ABSTRACT.'PluginInterface.php'); include(PATH_ABSTRACT . 'plugin.interface.php');
// Inclde Abstract Classes // Inclde Abstract Classes
include(PATH_ABSTRACT.'dbjson.class.php'); include(PATH_ABSTRACT.'dbjson.class.php');