Improvement constant PARTNER_FLAG

- Browser library
- HearBeat
- tab plugins
This commit is contained in:
Marco Antonio Nina
2013-03-18 15:13:14 -04:00
parent 517726c938
commit d6918697aa
6 changed files with 32 additions and 19 deletions

View File

@@ -680,6 +680,7 @@ class Installer extends Controller
$dbText .= sprintf( " define ('DB_REPORT_HOST', '%s' );\n", $db_host );
$dbText .= sprintf( " define ('DB_REPORT_NAME', '%s' );\n", $rp );
$dbText .= sprintf( " define ('DB_REPORT_USER', '%s' );\n", $rp );
$dbText .= sprintf( " define ('DB_REPORT_PASS', '%s' );\n", $rpPass );
$dbText .= " define ('PARTNER_FLAG', true );\n";
$this->installLog( G::LoadTranslation('ID_CREATING', SYS_LANG, Array($db_file) ));
@@ -944,6 +945,7 @@ class Installer extends Controller
$dbText .= sprintf( " define ('DB_REPORT_HOST', '%s' );\n", $db_host );
$dbText .= sprintf( " define ('DB_REPORT_NAME', '%s' );\n", $rp );
$dbText .= sprintf( " define ('DB_REPORT_USER', '%s' );\n", $rp );
$dbText .= sprintf( " define ('DB_REPORT_PASS', '%s' );\n", $rpPass );
$dbText .= " define ('PARTNER_FLAG', true );\n";
$this->installLog( G::LoadTranslation('ID_CREATING', SYS_LANG, Array($db_file) ));