Changeset 570 for trunk/plugins/ExtendedFileManager
- Timestamp:
- 09/14/06 19:50:02 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/plugins/ExtendedFileManager/config.inc.php
r567 r570 21 21 * Best of Luck :) Afru. 22 22 */ 23 24 /* 25 * Getting the mode for further differentiation 26 */ 27 28 if(empty($insertMode)) 29 $insertMode="image"; 23 30 24 31 /** … … 62 69 in this directory and its subdirectories. 63 70 */ 64 $IMConfig['images_url'] = str_replace( "backend.php", "", $_SERVER["PHP_SELF"] ) . "demo_images"; 65 71 if ($insertMode == 'image') 72 $IMConfig['images_url'] = str_replace( "backend.php", "", $_SERVER["PHP_SELF"] ) . "demo_images"; 73 else if($insertMode == "link") 74 $IMConfig['images_url'] = str_replace( "manager.php", "", $_SERVER["PHP_SELF"] ) . "demo_images"; 66 75 /* 67 76 Possible values: true, false … … 88 97 */ 89 98 90 if(empty($insertMode))91 $insertMode="image";92 99 93 100 if ($insertMode == 'image')
Note: See TracChangeset
for help on using the changeset viewer.