Changeset 94598 in spip-zone
- Timestamp:
- Jan 14, 2016, 6:07:59 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/mutualisation/trunk/mutualiser_gerer_img.php
r90132 r94598 39 39 $host = $_SERVER['HTTP_HOST']; 40 40 $racine = dirname($_SERVER['SCRIPT_NAME']); // profondeur_url(); 41 if ($racine == '/' ) {41 if ($racine == '/' OR $racine == '\\') { 42 42 $racine = ''; 43 43 }
Note: See TracChangeset
for help on using the changeset viewer.