Show
Ignore:
Timestamp:
08/09/2008 04:24:30 PM (4 months ago)
Author:
Shadowhand
Message:

Core cleanup:

  • Removed SYSPATH check from all files
  • Changed copyrights to 2007-2008 where they had not been updated
  • Started to add @example doc comments
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/utf8.php

    r2712 r3326  
    1 <?php defined('SYSPATH') or die('No direct script access.'); 
     1<?php 
    22/** 
    33 * A port of phputf8 to a unified file/class. Checks PHP status to ensure that 
     
    2323 * @package    Core 
    2424 * @author     Kohana Team 
    25  * @copyright  (c) 2007 Kohana Team 
     25 * @copyright  (c) 2007-2008 Kohana Team 
    2626 * @copyright  (c) 2005 Harry Fuecks 
    2727 * @license    http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt