Upgrade to KH 3.3.0
This commit is contained in:
@@ -48,7 +48,7 @@ function koggle(elem)
|
||||
}
|
||||
</script>
|
||||
<div id="kohana_error">
|
||||
<h1><span class="type"><?php echo $type ?> [ <?php echo $code ?> ]:</span> <span class="message"><?php echo html::chars($message) ?></span></h1>
|
||||
<h1><span class="type"><?php echo $class ?> [ <?php echo $code ?> ]:</span> <span class="message"><?php echo HTML::chars($message) ?></span></h1>
|
||||
<div id="<?php echo $error_id ?>" class="content">
|
||||
<p><span class="file"><?php echo Debug::path($file) ?> [ <?php echo $line ?> ]</span></p>
|
||||
<?php echo Debug::source($file, $line) ?>
|
||||
|
@@ -8,7 +8,7 @@ file_put_contents('logo.php', "<?php
|
||||
/**
|
||||
* Kohana Logo, base64_encoded PNG
|
||||
*
|
||||
* @copyright (c) 2008-2011 Kohana Team
|
||||
* @copyright (c) 2008-2012 Kohana Team
|
||||
* @license http://kohanaframework.org/license
|
||||
*/
|
||||
return array('mime' => 'image/png', 'data' => '{$data}'); ?>");
|
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
<?php defined('SYSPATH') or die('No direct script access.') ?>
|
||||
<?php defined('SYSPATH') OR die('No direct script access.') ?>
|
||||
|
||||
<style type="text/css">
|
||||
<?php include Kohana::find_file('views', 'profiler/style', 'css') ?>
|
||||
|
Reference in New Issue
Block a user