Changeset 1033
- Timestamp:
- 05/01/08 09:31:43 (7 months ago)
- Files:
-
- bb-attachments/trunk/bb-attachments.php (modified) (1 diff)
- bb-attachments/trunk/debug.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
bb-attachments/trunk/bb-attachments.php
r1032 r1033 62 62 global $bbdb, $bb_attachments; 63 63 64 if (isset($_GET['bb_attachments_diagnostic']) && bb_current_user_can('administrate')) {echo "<pre>"; print_r($bb_attachments); echo "</pre>"; exit();}64 if (isset($_GET['bb_attachments_diagnostic']) || isset($_GET['bb_attachments_debug'])) {include('debug.php');} 65 65 66 66 if (isset($_GET['bbat_delete'])) {bb_attachments_delete();}
