mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
#7316 Fixed config_url
This commit is contained in:
parent
05e61492c0
commit
2894d23e40
@ -131,7 +131,7 @@ if (!empty($files)) {
|
|||||||
$config_url = ui_get_full_url(
|
$config_url = ui_get_full_url(
|
||||||
'index.php?sec=godmode/extensions&sec2=extensions/files_repo&file_id='.$file_id
|
'index.php?sec=godmode/extensions&sec2=extensions/files_repo&file_id='.$file_id
|
||||||
);
|
);
|
||||||
$data[4] .= '<a href=\"$config_url\">';
|
$data[4] .= "<a href=\"$config_url\">";
|
||||||
$data[4] .= html_print_image(
|
$data[4] .= html_print_image(
|
||||||
'images/config.png',
|
'images/config.png',
|
||||||
true,
|
true,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user