removed obsolete variable

This commit is contained in:
Roland Gruber 2008-01-08 18:26:13 +00:00
parent a48f7cf933
commit 4b8131cf6b
2 changed files with 0 additions and 2 deletions

View File

@ -222,7 +222,6 @@ function showMainPage($scope) {
echo "<p>&nbsp;</p>\n";
// print table example and build sample CSV
$sampleCSV = "";
$sampleCSV_head = array();
$sampleCSV_row = array();
echo "<big><b>" . _("This is an example how it would look in your spreadsheet program before you convert to CSV:") . "</b></big><br><br>\n";

View File

@ -71,7 +71,6 @@ function lamTestLamdaemon($command, $stopTest, $handle, $testText) {
echo "<tr class=\"userlist\">\n<td nowrap>" . $testText . "&nbsp;&nbsp;</td>\n";
flush();
$lamdaemonOk = false;
$errorMessage = "";
$shell = ssh2_exec($handle, "sudo " . $_SESSION['config']->get_scriptPath());
$stderr = ssh2_fetch_stream($shell, SSH2_STREAM_STDERR);
fwrite($shell, $command);