DOCSYSTEM Quitando los error_logs

Quitando los error_logs
This commit is contained in:
Brayan Osmar Pereyra Suxo
2013-05-08 12:33:48 -04:00
parent 9f5e93fe11
commit f48242be90
3 changed files with 5 additions and 33 deletions

View File

@@ -199,7 +199,7 @@ class Installer
if (defined('PARTNER_FLAG') || isset($_REQUEST['PARTNER_FLAG'])) {
$dbText .= "define ('PARTNER_FLAG', " . ((defined('PARTNER_FLAG')) ? PARTNER_FLAG : ((isset($_REQUEST['PARTNER_FLAG'])) ? $_REQUEST['PARTNER_FLAG']:'false')) . ");\n";
if (defined('SYSTEM_NAME')) {
$dbText .= " define ('SYSTEM_NAME', " . SYSTEM_NAME . ");\n";
$dbText .= " define ('SYSTEM_NAME', '" . SYSTEM_NAME . "');\n";
}
}
$fp = @fopen($db_file, "w");