Revision 5edb6fee
Added by Scott Ullrich over 14 years ago
usr/local/www/pkg_mgr_install.php | ||
---|---|---|
153 | 153 |
update_output_window($static_output); |
154 | 154 |
filter_configure(); |
155 | 155 |
} |
156 |
file_put_contents("/tmp{$_GET['pkg']}.info", $static_output); |
|
156 |
file_put_contents("/tmp/{$_GET['pkg']}.info", $static_output);
|
|
157 | 157 |
echo "<script type='text/javascript'>document.location=\"pkg_mgr_install.php?mode=installedinfo&pkg={$_GET['pkg']}\";</script>"; |
158 | 158 |
break; |
159 | 159 |
case "installedinfo": |
Also available in: Unified diff
Unbreak installedinfo option