Updated : Server modules check

Updated : Conversion log check
This commit is contained in:
Arslan Hassan 2011-09-29 12:50:33 +00:00
parent 3ef58491bf
commit dfe174bf5f
5 changed files with 77 additions and 37 deletions

File diff suppressed because one or more lines are too long

View file

@ -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();

View file

@ -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;

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB