Changeset 7971 for trunk/wp-admin/async-upload.php
- Timestamp:
- 05/21/2008 05:59:27 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/async-upload.php
r7682 r7971 6 6 7 7 if ( defined('ABSPATH') ) 8 require_once( ABSPATH . 'wp-config.php');8 require_once(ABSPATH . 'wp-load.php'); 9 9 else 10 require_once('../wp-config.php');10 require_once('../wp-load.php'); 11 11 12 12 // Flash often fails to send cookies with the POST or upload, so we need to pass it in GET or POST instead
Note: See TracChangeset
for help on using the changeset viewer.