Development

Changeset 10051

You must first sign up to be able to contribute.

Changeset 10051

Show
Ignore:
Timestamp:
07/01/08 22:05:05 (5 months ago)
Author:
Carl.Vondrick
Message:

1.1: fixed type-o (closes #3877)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.1/lib/task/generator/sfGenerateAppTask.class.php

    r10019 r10051  
    141141                       'if (!in_array(@$_SERVER[\'REMOTE_ADDR\'], array(\'127.0.0.1\', \'::1\')))'.PHP_EOL. 
    142142                       '{'.PHP_EOL. 
    143                        '  die(\'Your are not allowed to access this file. Check \'.basename(__FILE__).\' for more information.\');'.PHP_EOL. 
     143                       '  die(\'You are not allowed to access this file. Check \'.basename(__FILE__).\' for more information.\');'.PHP_EOL. 
    144144                       '}'.PHP_EOL, 
    145145    ));