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__).'/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 ){
}
?>
?>