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_COMMENTS')) {
return;
}
@define('S9Y_FRAMEWORK_COMMENTS', true);
/**
* Check if a comment token (from comment notification email) is valid for a given comment id.
*