echo Path in php

pull/72/head
qkqpttgf 2020-05-24 15:14:58 +08:00 committed by GitHub
parent 8d961d72de
commit ad14918cd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -151,7 +151,7 @@
<ion-icon name="arrow-back"></ion-icon> <ion-icon name="arrow-back"></ion-icon>
</a> </a>
<!--BackArrowEnd--> <!--BackArrowEnd-->
<h3 class="table-header"><!--Path--></h3> <h3 class="table-header"><!--PathArrayStart--> / <a href="<!--PathArrayLink-->"><!--PathArrayName--></a><!--PathArrayEnd--></h3>
</div> </div>
<div class="list-body-container"> <div class="list-body-container">
<!--EncryptedStart--> <!--EncryptedStart-->
@ -480,7 +480,7 @@
location.href = location.href; location.href = location.href;
} }
<!--ListStart--> <!--ListStart-->
var root = '<!--base_disk_path-->'; /*var root = '<!--base_disk_path-->';
function path_format(path) { function path_format(path) {
path = '/' + path + '/'; path = '/' + path + '/';
while (path.indexOf('//') !== -1) { while (path.indexOf('//') !== -1) {
@ -500,7 +500,7 @@
} }
e.innerHTML += paths[paths.length - 1]; e.innerHTML += paths[paths.length - 1];
e.innerHTML = e.innerHTML.replace(/\s\/\s$/, '') e.innerHTML = e.innerHTML.replace(/\s\/\s$/, '')
}); });*/
<!--IsFileStart--> <!--IsFileStart-->
var $url = document.getElementById('url'); var $url = document.getElementById('url');
if ($url) { if ($url) {