Showing 1 changed files with 0 additions and 4 deletions
-4
sources/news2html.php
... ...
@@ -2,10 +2,6 @@
2 2
 
3 3
 $source=null;
4 4
 if( isset($argc) ) {
5
-/*  for ($i = 0; $i < $argc; $i++) {
6
-    echo "Argument #" . $i . " - " . $argv[$i] . "\n";
7
-}
8
- */
9 5
   $source=$argv[1];
10 6
 }
11 7
 else {