Changeset 48444 in spip-zone
- Timestamp:
- Jun 3, 2011, 7:10:19 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/swfupload/swfupload_pipelines.php
r35068 r48444 19 19 $id_article=intval(_request('id_article')); 20 20 21 if ( _request('exec') == 'articles'AND ($GLOBALS['connect_statut'] == "0minirezo" || $GLOBALS["connect_toutes_rubriques"])) {21 if ((_request('exec') == 'articles' || _request('exec') == 'swfupload_admin') AND ($GLOBALS['connect_statut'] == "0minirezo" || $GLOBALS["connect_toutes_rubriques"])) { 22 22 $session = session_id(); 23 23
Note: See TracChangeset
for help on using the changeset viewer.