forked from solusio/SolusVM-WHMCS-Module
-
Notifications
You must be signed in to change notification settings - Fork 0
Latest changes upstream #4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
elesei
wants to merge
28
commits into
elesei:master
Choose a base branch
from
solusio:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
FEATURE SVM-3051 WHMCS8 support
…erer-to-post-SVM-3243 BUGFIX SVM-3243 Adding http_referer to post request for fallback
For some reason after updating from WHMCS 8.1.3 to 8.2, __DIR__ will not work in this file. It returns the file path for the script that called it, resulting in errors like: ``` PHP Fatal error: require_once(): Failed opening required '/path/to/whmcs/vendor/whmcs/whmcs-foundation/lib/Log/../lang/english.php' (include_path='.:/opt/plesk/php/7.4/share/pear') in /path/to/whmcs/vendor/whmcs/whmcs-foundation/lib/Log/ErrorLog.php on line 1145 ``` This change repairs that by using the WHMCS global 'ROOTDIR' rather than __DIR__
Fix for WHMCS 8.2 compatibility
…mcs-8-compatibility Replacing __DIR__ with ROOTDIR for WHMCS 8 compatibility
Added variable for bandwidth limit (cbandwidth) and api call to change it.
Fix for SVM-2851: now it will be possible to change bandwidth using upgrade/downgrade via configurable options
modified: modules/servers/solusvmpro/lib/SolusVM.php
Fix for incorrect parsing of configure.ini file path
modified: modules/servers/solusvmpro/VERSION
…assword-change-functionality-in-module-solusvmpro-SVM-1789 BUGFIX SVM-1789 Fix broken VNC password change functionality
…slation-about-VNC-password-length-restriction-SVM-1789 FEATURE SVM-1789 Add French translation about VNC password length restriction
…emoved-on-another-option-change-SVM-3482 BUGFIX SVM-3482 Extra IP was removed on another Configurable Option u…
…verid-is-determined-SVM-3588 BUGFIX SVM-3588 use params to get vserverid instead of GET request
FEATURE SVM-3260 Add PHP 8.1 support
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.