Changeset 93481 in spip-zone
- Timestamp:
- Dec 9, 2015, 3:52:45 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/uploadhtml5/trunk/uploadhtml5_pipelines.php
r93051 r93481 13 13 14 14 function uploadhtml5_jquery_plugins($scripts) { 15 include_spip('inc/config'); 15 16 $config = lire_config('uploadhtml5'); 16 17 if ( … … 25 26 26 27 function uploadhtml5_insert_head_css($flux) { 28 include_spip('inc/config'); 27 29 $config = lire_config('uploadhtml5'); 28 30 if ( … … 48 50 49 51 function uploadhtml5_formulaire_fond($flux) { 52 include_spip('inc/config'); 53 $config = lire_config('uploadhtml5'); 50 54 51 55 // Simplification de variable
Note: See TracChangeset
for help on using the changeset viewer.