Add domain_count to the config.lua file.

This commit is contained in:
Mark Crane 2012-10-16 03:54:42 +00:00
parent 84c1cc6a61
commit 516df5033a
1 changed files with 2 additions and 0 deletions

View File

@ -111,6 +111,7 @@ if ($domains_processed == 1) {
}
$tmp .= "\n";
$tmp .= "--additional info\n";
$tmp .= " domain_count = \"".count($_SESSION["domains"])."\";\n";
$tmp .= " tmp_dir = \"".$tmp_dir."\";\n";
fwrite($fout, $tmp);
unset($tmp);
@ -145,6 +146,7 @@ if ($domains_processed == 1) {
}
$tmp .= "\n";
$tmp .= "//additional info\n";
$tmp .= " var domain_count = \"".count($_SESSION["domains"])."\";\n";
$tmp .= " var tmp_dir = \"".$tmp_dir."\";\n";
fwrite($fout, $tmp);
unset($tmp);