Changeset 1455:a20ad8fa0be2
- Timestamp:
- 08/18/13 16:38:02 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/media.php
r1452 r1455 357 357 '<h3>'.__('Add files').'</h3>'. 358 358 '<p>'.__('Please take care to publish media that you own and that are not protected by copyright.').'</p>'. 359 ' <form id="fileupload" action="'.html::escapeURL($page_url).'" method=" POST" enctype="multipart/form-data" aria-disabled="false">'.359 ' <form id="fileupload" action="'.html::escapeURL($page_url).'" method="post" enctype="multipart/form-data" aria-disabled="false">'. 360 360 '<p>'.form::hidden(array('MAX_FILE_SIZE'),DC_MAX_UPLOAD_SIZE). 361 361 $core->formNonce().'</p>'.
Note: See TracChangeset
for help on using the changeset viewer.