Change title to $simplePath

It does not really make sense to display the internal file system
structure.
This commit is contained in:
Théophile Bastian 2017-11-28 21:40:44 +01:00
parent 304e0f09d7
commit 770d7e1ef0

View file

@ -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;