Skip to content

Commit 3ce244e

Browse files
Bump version to 1.0.1.
1 parent ce6afd3 commit 3ce244e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
//error_reporting(E_ALL);
33
$showBitrate=true; //set to true to show bitrate,and install 'exiftool',check the README.md
4-
$versionString="v1.0.0";
4+
$versionString="v1.0.1";
55
if(isset($_GET["folder"])){
66
$path=rawurldecode($_GET["folder"]);
77
if(strpos($path,"..")!==false)die();//no folder traversing

0 commit comments

Comments
 (0)