Project

General

Profile

« Previous | Next » 

Revision 56b490ba

Added by ayvis over 11 years ago

syntax errors corrected

View differences:

etc/rc.carpmaster
35 35
require_once("openvpn.inc");
36 36
require_once("interfaces.inc");
37 37

  
38
if (isset($_GET)) {
38
if (isset($_GET))
39 39
	$argument = $_GET['interface'];
40 40
else
41 41
	$argument = str_replace("\n", "", $argv[1]);

Also available in: Unified diff