This commit is contained in:
2023-01-11 23:56:27 +01:00
parent 0bf513a9ad
commit 79b35a9f78
-5
View File
@@ -1,10 +1,5 @@
// This file contains function that are web app specific
function execute(command) {
// exec(command, {stdio: 'inherit'});
}
function writeAsciiFile(filename,content) {
// Write string content into ascii file filename
// Go via CGI script