Project

General

Profile

« Previous | Next » 

Revision 1a8b6554

Added by Steve Beaver over 8 years ago

GET/POST conversion for status*

View differences:

src/usr/local/www/status_pkglogs.php
47 47

  
48 48
$i = 0;
49 49
$pkgwithlogging = false;
50
$apkg = $_GET['pkg'];
50
$apkg = $_REQUEST['pkg'];
51 51
if (!$apkg) { // If we aren't looking for a specific package, locate the first package that handles logging.
52 52
	if (isset($config['installedpackages']['package'])) {
53 53
		foreach ($config['installedpackages']['package'] as $package) {

Also available in: Unified diff