openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 598f41f5938b8b96e9bce8e1e78ece6d30f9eb02
parent 65e86518519d7de85b17ebf0118e79ec9ef69f30
Author: dankert <devnull@localhost>
Date:   Mon, 21 Sep 2009 22:51:10 +0200

Einbau von \"die()\" um das direkte Ausführen der Datei zu verhindern

Diffstat:
themes/default/include/html/insert.inc.php | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/themes/default/include/html/insert.inc.php b/themes/default/include/html/insert.inc.php @@ -1,3 +1,4 @@ +<!-- This line will be ignored by the template compiler --><?php die() ?> /* #IF-ATTR file# */ <?php include( $tpl_dir.basename($attr_file ).'.tpl.php'); ?>