Skip to content
This repository has been archived by the owner on May 18, 2021. It is now read-only.

Commit

Permalink
Added server local IP to plugin information
Browse files Browse the repository at this point in the history
Remember to add your server IP to your Admin panel on mrdomain.com or
dondominio.com before using the API. Read the docs for more
information: https://dev.mrdomain.com
  • Loading branch information
MikyKuroneko committed Jan 5, 2016
1 parent c1e2165 commit 484b0e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dondominio.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function dondominio_getConfigArray()

"Description" => array(
"Type" => "System",
"Value" => "Register domains with DonDominio! Signup at <a href='https://www.dondominio.com/register/'>https://www.dondominio.com/register/</a>"
"Value" => "Register domains with DonDominio! Signup at <a href='https://www.dondominio.com/register/'>https://www.dondominio.com/register/</a><br /><br /><strong>Your local server IP address is " . file_get_contents( 'http://ipv4.icanhazip.com' ) . "</strong>"
),

//API login details
Expand Down

0 comments on commit 484b0e1

Please sign in to comment.