Skip to content

Commit 04b0e0c

Browse files
authored
Merge pull request #4 from djprmf/master
Updated info installation for the WHMCS v7
2 parents cfb0978 + c4b267b commit 04b0e0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Contact us at dev at ptisp.pt if you need any help installing this module.
99

1010
#Installation
1111
* Upload the module's files to the folder `whmcs_root/modules/registrars/ptisp/`
12-
* Add the following code to `whmcs_root/includes/additionaldomainfields.php` file
12+
* Add the following code to `whmcs_root/includes/additionaldomainfields.php` file (WHMCS v6.X) OR add to `whmcs_root/resources/domains/dist.additionalfields.php` (WHMCS v7 +)
1313

1414
``` php
1515
$additionaldomainfields[".pt"][] = array("Name" => "Nichandle", "LangVar" => "nichandle", "Type" => "text", "Size" => "15", "Default" => "", "Required" => false, "Description" => "Nic-handle for domain registration",);

0 commit comments

Comments
 (0)