diff --git a/docroot/html/files.php b/docroot/html/files.php index ea050bf..fbe87c8 100644 --- a/docroot/html/files.php +++ b/docroot/html/files.php @@ -13,6 +13,7 @@ mkheader('files!', '#aaa'); // do nothing! $handle = fopen('data.txt', 'r'); fclose($handle); + print "didn't actually do anything here ..."; ?> @@ -25,5 +26,19 @@ mkheader('files!', '#aaa'); ?> + + +
 $line) {
+        $linenum = $key + 1;
+        print "Line $linenum: $line";
+    }
+
+
+    ?>
+