Changeset 1173 for branches/0.8/bb-admin/export.php
- Timestamp:
- 03/02/2008 05:07:47 AM (18 years ago)
- File:
-
- 1 edited
-
branches/0.8/bb-admin/export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/0.8/bb-admin/export.php
r1127 r1173 16 16 define('BB_EXPORT_LEVEL', 0); 17 17 18 if ( !BB_EXPORT_LEVEL || !bb_current_user_can( ' use_keys' ) )19 bb_die( __(' No thieving allowed.') );18 if ( !BB_EXPORT_LEVEL || !bb_current_user_can( 'import_export' ) ) 19 bb_die( __('Either export is disabled or you are not allowed to export.') ); 20 20 21 21 // See bb_export_user for syntax
Note: See TracChangeset
for help on using the changeset viewer.