Changeset 9684832
- Timestamp:
- 10/26/17 16:37:10 (7 years ago)
- Branches:
- master, perl-5.22
- Children:
- e248cf2
- Parents:
- c5d681f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
npl/syn3/webint/src/vpn/openswan.php
rc5d681f r9684832 425 425 // global $VPN_PRIO; 426 426 427 if (Cmd("ipsec whack --status",'',$output) <0)427 if (Cmd("ipsec whack --status",'',$output)!=0) 428 428 { 429 429 LogError("Error reading ipsec status. Please check if ipsec-service is running");
Note: See TracChangeset
for help on using the changeset viewer.