1
0

use include_once

This commit is contained in:
onli
2013-06-21 18:11:03 +02:00
parent 01a93d5488
commit cbe07715fd
11 changed files with 37 additions and 57 deletions

View File

@ -11,9 +11,9 @@ if (defined('S9Y_FRAMEWORK_ENTRIES_ADMIN')) {
}
@define('S9Y_FRAMEWORK_ENTRIES_ADMIN', true);
if (!defined('S9Y_FRAMEWORK_TRACKBACKS')) {
include(S9Y_INCLUDE_PATH . "include/functions_trackbacks.inc.php");
}
include_once(S9Y_INCLUDE_PATH . "include/functions_trackbacks.inc.php");
/**
* Prints the form for editing/creating new blog entries