1
0

Complete include_once usage, romove constants

This commit is contained in:
onli
2013-06-22 12:32:54 +02:00
parent f0b7d6631b
commit a654b13a9a
13 changed files with 3 additions and 65 deletions

View File

@ -6,11 +6,6 @@ if (IN_serendipity !== true) {
die ('Don\'t hack!');
}
if (defined('S9Y_FRAMEWORK_PLUGIN_API_EXTENSION')) {
return;
}
@define('S9Y_FRAMEWORK_PLUGIN_API_EXTENSION', true);
class serendipity_plugin_api_extension extends serendipity_plugin_api
{
/**