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_PERMALINKS')) {
return;
}
@define('S9Y_FRAMEWORK_PERMALINKS', true);
/**
* Converts a string into a filename that can be used safely in HTTP URLs
*