-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of code.pp.plesk.ru:plesk-sdk/nat-manager
- Loading branch information
Showing
7 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
<?php | ||
|
||
// Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved. | ||
$application = new pm_Application(); | ||
$application->run(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved. --> | ||
<module> | ||
<id>nat</id> | ||
<name>NAT Manager</name> | ||
<description>Plugin provides an ability to manage public/private IP addresses for proper working behind NAT.</description> | ||
<version>1.0</version> | ||
<release>1</release> | ||
<release>2</release> | ||
<vendor>Parallels, Inc.</vendor> | ||
<plesk_min_version>12.0.18</plesk_min_version> | ||
</module> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?php | ||
|
||
// Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved. | ||
class Modules_Nat_NatManager | ||
{ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
<?php | ||
// Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved. | ||
?> | ||
<p><?php echo $this->pageHint; ?></p> | ||
<?php echo $this->renderList($this->list); ?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,4 @@ | ||
<?php | ||
// Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved. | ||
?> | ||
<?php echo $this->form; ?> |