diff options
-rw-r--r-- | action.php | 1 |
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 |