Changeset 10051
- Timestamp:
- 07/01/08 22:05:05 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/task/generator/sfGenerateAppTask.class.php
r10019 r10051 141 141 'if (!in_array(@$_SERVER[\'REMOTE_ADDR\'], array(\'127.0.0.1\', \'::1\')))'.PHP_EOL. 142 142 '{'.PHP_EOL. 143 ' die(\'You rare 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. 144 144 '}'.PHP_EOL, 145 145 ));