Move from .cf to .net

This commit is contained in:
Ubergeek 2019-02-13 00:47:11 +00:00
parent 3f0c69ac4d
commit 69ac5b7582
6 changed files with 9 additions and 9 deletions

View File

@ -1,7 +1,7 @@
<?php
require_once( dirname(__FILE__).'/abuse.lib.php' );
define( 'PHPFMG_USER', "abuse@thunix.cf" ); // must be a email address. for sending password to you.
define( 'PHPFMG_USER', "abuse@thunix.net" ); // must be a email address. for sending password to you.
define( 'PHPFMG_PW', "a31add" );
?>
@ -857,4 +857,4 @@ function phpfmg_util_download($file, $filename='', $toCSV = false, $skipN = 0 ){
}
?>
?>

View File

@ -1,7 +1,7 @@
<?php
define( 'PAYPAL_ID' , '' ); // Put donation ID here to disable the bottom backlink
define( 'PHPFMG_TO' , 'abuse@thunix.cf' );
define( 'PHPFMG_TO' , 'abuse@thunix.net' );
define( 'PHPFMG_REDIRECT', '' );
define( 'PHPFMG_ID' , '20190109-6f06' );

View File

@ -1,7 +1,7 @@
<?php
require_once( dirname(__FILE__).'/contact.lib.php' );
define( 'PHPFMG_USER', "root@thunix.cf" ); // must be a email address. for sending password to you.
define( 'PHPFMG_USER', "root@thunix.net" ); // must be a email address. for sending password to you.
define( 'PHPFMG_PW', "a31add" );
?>
@ -857,4 +857,4 @@ function phpfmg_util_download($file, $filename='', $toCSV = false, $skipN = 0 ){
}
?>
?>

View File

@ -1,7 +1,7 @@
<?php
define( 'PAYPAL_ID' , '' ); // Put donation ID here to disable the bottom backlink
define( 'PHPFMG_TO' , 'root@thunix.cf' );
define( 'PHPFMG_TO' , 'root@thunix.net' );
define( 'PHPFMG_REDIRECT', '' );
define( 'PHPFMG_ID' , '20190109-6f06' );

View File

@ -1,7 +1,7 @@
<?php
require_once( dirname(__FILE__).'/signup.lib.php' );
define( 'PHPFMG_USER', "newuser@thunix.cf" ); // must be a email address. for sending password to you.
define( 'PHPFMG_USER', "newuser@thunix.net" ); // must be a email address. for sending password to you.
define( 'PHPFMG_PW', "a31add" );
?>
@ -857,4 +857,4 @@ function phpfmg_util_download($file, $filename='', $toCSV = false, $skipN = 0 ){
}
?>
?>

View File

@ -1,7 +1,7 @@
<?php
define( 'PAYPAL_ID' , '' ); // Put donation ID here to disable the bottom backlink
define( 'PHPFMG_TO' , 'newuser@thunix.cf' );
define( 'PHPFMG_TO' , 'newuser@thunix.net' );
define( 'PHPFMG_REDIRECT', '' );
define( 'PHPFMG_ID' , '20190109-6f06' );