Changeset 1754 for trunk/system/libraries/Input.php
- Timestamp:
- 01/20/2008 05:14:16 PM (12 months ago)
- Files:
-
- 1 modified
-
trunk/system/libraries/Input.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/libraries/Input.php
r1672 r1754 10 10 class Input_Core { 11 11 12 // Singleton instance 12 13 protected static $instance; 13 14
