Show
Ignore:
Timestamp:
10/04/2007 03:32:31 PM (14 months ago)
Author:
Shadowhand
Message:

Updated Input, replacing xss_clean() with a function by Christian Stocker. This function is blazing fast and does most of the right stuff.

Other changes are spit shine.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Model.php

    r644 r648  
    1 <?php 
     1<?php defined('SYSPATH') or die('No direct script access.'); 
    22 
    3 class Model_Core { 
    4          
    5          
    6 } 
     3class Model_Core {}