Updated : Server modules check
Updated : Conversion log check
This commit is contained in:
parent
3ef58491bf
commit
dfe174bf5f
5 changed files with 77 additions and 37 deletions
File diff suppressed because one or more lines are too long
|
@ -14,11 +14,14 @@ $pages->page_redir();
|
|||
|
||||
$file_name = mysql_clean($_GET['file_name']);
|
||||
$file_details = $myquery->file_details($file_name);
|
||||
$file_details['file_name'] = getname($file_details['File']);
|
||||
$file_details['file_ext'] = getext($file_details['File']);
|
||||
if($file_details)
|
||||
{
|
||||
assign('data',$file_details);
|
||||
}
|
||||
|
||||
|
||||
subtitle("Conversion Log");
|
||||
template_files('view_conversion_log.html');
|
||||
display_it();
|
||||
|
|
|
@ -4615,7 +4615,7 @@
|
|||
*/
|
||||
function check_module_path($params)
|
||||
{
|
||||
$path = $params['path'];
|
||||
$rPath = $path = $params['path'];
|
||||
|
||||
if($path['get_path'])
|
||||
$path = get_binaries($path);
|
||||
|
@ -4624,7 +4624,7 @@
|
|||
|
||||
if($result)
|
||||
{
|
||||
if(strstr($result,'error'))
|
||||
if(strstr($result,'error') || strstr(($result),'No such file or directory'))
|
||||
{
|
||||
$error['error'] = $result;
|
||||
|
||||
|
|
BIN
upload/js/jquery_plugs/ZeroClipboard.swf
Normal file
BIN
upload/js/jquery_plugs/ZeroClipboard.swf
Normal file
Binary file not shown.
BIN
upload/player/cbplayer/preview.jpg
Normal file
BIN
upload/player/cbplayer/preview.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.1 KiB |
Loading…
Add table
Reference in a new issue