-
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.
- Loading branch information
1 parent
b00c0d0
commit df5d0be
Showing
7 changed files
with
8 additions
and
8 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. | ||
// Copyright 1999-2015. 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,11 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved. --> | ||
<!-- Copyright 1999-2015. 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.1</version> | ||
<release>0</release> | ||
<release>1</release> | ||
<vendor>Parallels</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
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. | ||
// Copyright 1999-2015. 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,4 +1,4 @@ | ||
<?php | ||
// Copyright 1999-2014. Parallels IP Holdings GmbH. All Rights Reserved. | ||
// Copyright 1999-2015. Parallels IP Holdings GmbH. All Rights Reserved. | ||
?> | ||
<?php echo $this->form; ?> |