Change title to $simplePath
It does not really make sense to display the internal file system structure.
This commit is contained in:
parent
304e0f09d7
commit
770d7e1ef0
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title> <?= $realDir ?> </title>
|
<title> <?= $simplePath ?> </title>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
body {
|
body {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
|
Loading…
Reference in a new issue