aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--action.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/action.php b/action.php
index 9c8710137..96618da9a 100644
--- a/action.php
+++ b/action.php
@@ -16,6 +16,7 @@
// Get actions
$action = get_input("action");
+ system_message("Debug: " . $action);
action($action);
?> \ No newline at end of file