Home
last modified time | relevance | path

Searched refs:deletefilemessage (Results 1 – 1 of 1) sorted by last modified time

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.browse.php69 $deletefilemessage = 'Successfully deleted '.$_REQUEST['deletefile']; variable
71 $deletefilemessage = 'FAILED to delete '.$_REQUEST['deletefile'].' - error deleting file'; variable
74 $deletefilemessage = 'FAILED to delete '.$_REQUEST['deletefile'].' - file does not exist'; variable
77 …font-weight: bold; color: #'.(($deletefilemessage[0] == 'F') ? 'FF0000' : '008000').';">'.htmlenti…
79 echo '<script type="text/javascript">alert("'.addslashes($deletefilemessage).'");</script>';