Changeset 2135 for trunk/admin/include
- Timestamp:
- Oct 12, 2007, 5:27:34 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions_plugins.inc.php
r1900 r2135 96 96 if (false!==$real_file) 97 97 { 98 $real_plugin_path = r ealpath(PHPWG_PLUGINS_PATH);98 $real_plugin_path = rtrim(realpath(PHPWG_PLUGINS_PATH), '\\/'); 99 99 $file = substr($real_file, strlen($real_plugin_path)+1); 100 100 $file = str_replace('\\', '/', $file);//Windows
Note: See TracChangeset
for help on using the changeset viewer.