diff --git a/canciones-updater.php b/canciones-updater.php
new file mode 100644
index 0000000..6d99309
--- /dev/null
+++ b/canciones-updater.php
@@ -0,0 +1,37 @@
+";
+passthru("$cmd 2>&1", $return_code);
+echo "";
+
+if ($return_code) {
+ http_response_code(500);
+ echo "An error occurred!
See the data below
";
+ echo "The return code was $return_code
";
+ echo "Command:
$cmd"; + exit(); +} + +?> + + + + + + +You can see the result here. + + diff --git a/res/static/misa/editor.html b/res/static/misa/editor.html index 6d71f01..f1e26da 100644 --- a/res/static/misa/editor.html +++ b/res/static/misa/editor.html @@ -21,7 +21,6 @@ function changed() { if (lastNum.value) { inputs.push(lastNum) lastNum.name = "song[]" - lastNum.onchange = lastNum.removeAttribute("onchange") lastNum.removeAttribute("onkeyup") lastNum.removeAttribute("id") @@ -44,12 +43,15 @@ function changed() {