Changeset 18 for trunk/edit.php
- Timestamp:
- 12/28/2004 08:54:20 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/edit.php
r10 r18 7 7 8 8 if ( !$post || !can_edit( $post->poster_id ) ) { 9 header('Location: ' . get_option('uri') );9 header('Location: ' . bb_get_option('uri') ); 10 10 die(); 11 11 }
Note: See TracChangeset
for help on using the changeset viewer.