There was an error while loading. Please reload this page.
1 parent ce6afd3 commit 3ce244eCopy full SHA for 3ce244e
index.php
@@ -1,7 +1,7 @@
1
<?php
2
//error_reporting(E_ALL);
3
$showBitrate=true; //set to true to show bitrate,and install 'exiftool',check the README.md
4
-$versionString="v1.0.0";
+$versionString="v1.0.1";
5
if(isset($_GET["folder"])){
6
$path=rawurldecode($_GET["folder"]);
7
if(strpos($path,"..")!==false)die();//no folder traversing
0 commit comments