webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Variables
create-id3-db.php File Reference

Variables

 $httpStatus = "500 Internal Server Error"
 
 $htmlMessage = ""
 
if(!array_key_exists("name", $_GET)) $mediaDirectory = dirname($_GET["name"])
 
if(!is_dir($mediaDirectory)) $databaseFile = realpath($mediaDirectory) . "/metadata.db"
 
if(file_exists($databaseFile)) $getId3DestDir = "getid3"
 
 if (!file_exists( $getId3DestDir))
 
 $getID3 = new getID3
 
 $id3FileNames = array_diff(scandir($mediaDirectory), array(".", ".."))
 
answering __pad0__
 
 exit
 

Variable Documentation

◆ $databaseFile

if (!is_dir( $mediaDirectory)) $databaseFile = realpath($mediaDirectory) . "/metadata.db"

◆ $getID3

$getID3 = new getID3

◆ $getId3DestDir

if (file_exists( $databaseFile)) $getId3DestDir = "getid3"

◆ $htmlMessage

if ( $httpStatus=="500 Internal Server Error") $htmlMessage = ""

◆ $httpStatus

$httpStatus = "500 Internal Server Error"

◆ $id3FileNames

$id3FileNames = array_diff(scandir($mediaDirectory), array(".", ".."))

◆ $mediaDirectory

if (!array_key_exists("name", $_GET)) $mediaDirectory = dirname($_GET["name"])

◆ __pad0__

answering __pad0__

◆ exit

exit

◆ if

if(!file_exists($getId3DestDir))