|
Revision 3326, 0.9 kB
(checked in by Shadowhand, 2 months ago)
|
|
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
|
-
Property svn:eol-style set to
LF
-
Property copyright set to
Copyright (c) 2008 Kohana Team
-
Property svn:keywords set to
Id
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | $config['default'] = array |
|---|
| 20 | ( |
|---|
| 21 | 'style' => 'basic', |
|---|
| 22 | 'width' => 150, |
|---|
| 23 | 'height' => 50, |
|---|
| 24 | 'complexity' => 4, |
|---|
| 25 | 'background' => '', |
|---|
| 26 | 'fontpath' => SYSPATH.'fonts/', |
|---|
| 27 | 'fonts' => array('DejaVuSerif.ttf'), |
|---|
| 28 | 'promote' => FALSE, |
|---|
| 29 | ); |
|---|