Added KH 3.3.0
This commit is contained in:
3
includes/kohana/system/classes/Log/File.php
Normal file
3
includes/kohana/system/classes/Log/File.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class Log_File extends Kohana_Log_File {}
|
3
includes/kohana/system/classes/Log/StdErr.php
Normal file
3
includes/kohana/system/classes/Log/StdErr.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class Log_StdErr extends Kohana_Log_StdErr {}
|
3
includes/kohana/system/classes/Log/StdOut.php
Normal file
3
includes/kohana/system/classes/Log/StdOut.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class Log_StdOut extends Kohana_Log_StdOut {}
|
3
includes/kohana/system/classes/Log/Syslog.php
Normal file
3
includes/kohana/system/classes/Log/Syslog.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
class Log_Syslog extends Kohana_Log_Syslog {}
|
3
includes/kohana/system/classes/Log/Writer.php
Normal file
3
includes/kohana/system/classes/Log/Writer.php
Normal file
@@ -0,0 +1,3 @@
|
||||
<?php defined('SYSPATH') OR die('No direct script access.');
|
||||
|
||||
abstract class Log_Writer extends Kohana_Log_Writer {}
|
Reference in New Issue
Block a user