show awstats command
[awstats-helper.git] / functions.php
index 803d684a24fe4efa9968ff074872b442e6e925b8..cc37e32010da2af01e5addf75ec02ed3662fa8bc 100644 (file)
@@ -54,6 +54,7 @@ function aws_createHtml($site, $last = false, $year = null, $month = null)
        . ' -month=' . $month
        . ' -year=' . $year
        . ' -dir=' . escapeshellarg($dir);
+    echo $cmd . "\n";
     passthru($cmd);
 
     if (!$last) {