Changeset 1061
- Timestamp:
- 04/29/2008 10:31:40 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
actions/include/include.php (modified) (1 diff)
-
lang/en/en.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/actions/include/include.php
r820 r1061 62 62 unset($this->_included_page); 63 63 } 64 else printf("<em class='error'>".ERROR_TARGET_ACL."</em>", $_included_page); 64 65 } 65 66 else -
trunk/lang/en/en.inc.php
r1021 r1061 283 283 284 284 /**#@+ 285 * Language constant used by the {@link include.php include} action285 * Language constants used by the {@link include.php include} action 286 286 */ 287 287 // include 288 288 define('ERROR_CIRCULAR_REFERENCE', 'Circular reference detected!'); 289 define('ERROR_TARGET_ACL', "You aren't allowed to read included page <tt>%s</tt>"); 290 289 291 /**#@-*/ 290 292