Project

General

Profile

« Previous | Next » 

Revision a7503d91

Added by jim-p over 15 years ago

Change this include to a require_once(), it was causing an error on boot.

View differences:

etc/inc/services.inc
1263 1263
	if($config['installedpackages']['miniupnpd']['config'][0]['enable']) {
1264 1264
		if($g['booting']) {
1265 1265
			echo "Starting UPnP service... ";
1266
			include('/usr/local/pkg/miniupnpd.inc');
1266
			require_once('/usr/local/pkg/miniupnpd.inc');
1267 1267
			sync_package_miniupnpd();
1268 1268
			echo "done.\n";
1269 1269
		}

Also available in: Unified diff