Changeset 30253 in spip-zone for _plugins_/spip_fckeditor/spip_fck/plugins/ImageManager/config.inc.php
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip_fckeditor/spip_fck/plugins/ImageManager/config.inc.php
r25397 r30253 19 19 //+++ Modif F. SAURET +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 20 20 //$IMConfig['base_dir'] = '/var/www/FCKeditor/images/'; 21 $dir_relatif_array = split('/', $_SERVER["PHP_SELF"]);21 $dir_relatif_array = explode('/', $_SERVER["PHP_SELF"]); 22 22 $i = 0; 23 23 $cheminSpip="";
Note: See TracChangeset
for help on using the changeset viewer.