diff --git a/rotate-logs.php b/rotate-logs.php index 3ce3793..233136a 100644 --- a/rotate-logs.php +++ b/rotate-logs.php @@ -11,6 +11,6 @@ if(php_sapi_name() !== 'cli') { $current_user['username']=''; rotatelogs(); } else { - jtable_respond(null, 'error', 'Invalid action'); + echo "Rotating logs has been disabled." } }