From 1754dead7c3de6cbdff91d9b7b577db90d7a4840 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 20 Dec 2004 00:43:44 +0000 Subject: [PATCH] r3: Initial SVN for docs/hilight.php. --- docs/hilight.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 docs/hilight.php diff --git a/docs/hilight.php b/docs/hilight.php new file mode 100644 index 0000000..ce893f3 --- /dev/null +++ b/docs/hilight.php @@ -0,0 +1,24 @@ + +File name: + + +HTML; + +if ($filename) +{ + echo '
'; + highlight_file("../$filename"); +} \ No newline at end of file -- 2.22.5