Changeset 30253 in spip-zone for _plugins_/spip_fckeditor/spip_fck/filemanager/upload/spip/config.php
- Timestamp:
- Jul 27, 2009, 3:26:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/spip_fckeditor/spip_fck/filemanager/upload/spip/config.php
r25397 r30253 28 28 define('_DIR_RELATIF_PLUGIN_FCKEDITOR',str_replace('../','',(_DIR_PLUGINS.end($p)))); 29 29 30 $dir_relatif_array = split('/', $_SERVER["PHP_SELF"]);30 $dir_relatif_array = explode('/', $_SERVER["PHP_SELF"]); 31 31 $i = 0; 32 32 while($dir_relatif_array[$i] != 'plugins')
Note: See TracChangeset
for help on using the changeset viewer.