mirror of
https://github.com/misterunknown/ifm.git
synced 2025-08-29 18:39:49 +02:00
misterunknown: fixed wrong function call when displaying complete path (showpath)
This commit is contained in:
2
ifm.php
2
ifm.php
@@ -1181,7 +1181,7 @@ $(document).ready(function() {ifm.init()}); // init ifm
|
||||
<tr>
|
||||
<td class="cell_content">
|
||||
Content of <span id="docroot">';
|
||||
if(IFMConfig::showpath == 1) print getScriptRoot().'/'; else print '/';
|
||||
if(IFMConfig::showpath == 1) print $this->getScriptRoot().'/'; else print '/';
|
||||
print '</span><input id="currentDir" type="text">
|
||||
</td>
|
||||
<td class="cell_buttons">
|
||||
|
Reference in New Issue
Block a user