diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 03:55:34 +0000 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 03:55:34 +0000 |
| commit | 29e8bd5230b5178386515a1092bb9f74fff53375 (patch) | |
| tree | 3d6147b00d53524bdece2cffa789008976e5be69 /modules/gallery_unit_test/views/kohana_unit_test_cli.php | |
| parent | 39bfe5ee7457fc7597d0723e7fbb08732fec8eac (diff) | |
Fix security preambles
Diffstat (limited to 'modules/gallery_unit_test/views/kohana_unit_test_cli.php')
| -rw-r--r-- | modules/gallery_unit_test/views/kohana_unit_test_cli.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gallery_unit_test/views/kohana_unit_test_cli.php b/modules/gallery_unit_test/views/kohana_unit_test_cli.php index 29990785..352671eb 100644 --- a/modules/gallery_unit_test/views/kohana_unit_test_cli.php +++ b/modules/gallery_unit_test/views/kohana_unit_test_cli.php @@ -1,5 +1,5 @@ -<? defined("SYSPATH") or die("No direct script access.") ?> -<?php +<?php defined("SYSPATH") or die("No direct script access.") ?> +<? function green_start() { return "\x1B[32m"; |
