diff options
-rw-r--r-- | core/views/kohana_profiler.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/views/kohana_profiler.php b/core/views/kohana_profiler.php index 262f3527..c7534349 100644 --- a/core/views/kohana_profiler.php +++ b/core/views/kohana_profiler.php @@ -1,4 +1,4 @@ -<? defined("SYSPATH") or die("No direct script access.") ?> +<?php defined("SYSPATH") or die("No direct script access.") ?> <style type="text/css"> #kohana-profiler { background-color: #F8FFF8; |