removed obsolete variable
This commit is contained in:
parent
a48f7cf933
commit
4b8131cf6b
|
@ -222,7 +222,6 @@ function showMainPage($scope) {
|
||||||
echo "<p> </p>\n";
|
echo "<p> </p>\n";
|
||||||
|
|
||||||
// print table example and build sample CSV
|
// print table example and build sample CSV
|
||||||
$sampleCSV = "";
|
|
||||||
$sampleCSV_head = array();
|
$sampleCSV_head = array();
|
||||||
$sampleCSV_row = 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";
|
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";
|
||||||
|
|
|
@ -71,7 +71,6 @@ function lamTestLamdaemon($command, $stopTest, $handle, $testText) {
|
||||||
echo "<tr class=\"userlist\">\n<td nowrap>" . $testText . " </td>\n";
|
echo "<tr class=\"userlist\">\n<td nowrap>" . $testText . " </td>\n";
|
||||||
flush();
|
flush();
|
||||||
$lamdaemonOk = false;
|
$lamdaemonOk = false;
|
||||||
$errorMessage = "";
|
|
||||||
$shell = ssh2_exec($handle, "sudo " . $_SESSION['config']->get_scriptPath());
|
$shell = ssh2_exec($handle, "sudo " . $_SESSION['config']->get_scriptPath());
|
||||||
$stderr = ssh2_fetch_stream($shell, SSH2_STREAM_STDERR);
|
$stderr = ssh2_fetch_stream($shell, SSH2_STREAM_STDERR);
|
||||||
fwrite($shell, $command);
|
fwrite($shell, $command);
|
||||||
|
|
Loading…
Reference in New Issue