From 6a5681a197bcd0d3ffe8ac2f49e0e9dd938cbbbb Mon Sep 17 00:00:00 2001 From: Jeremy Laine Date: Sat, 23 Nov 2002 16:05:47 +0000 Subject: [PATCH 1/1] initial commit --- depview/file.php | 37 +++++++++++++++++++++++++++++++++++++ depview/include/footer.inc.php | 2 ++ depview/include/header.inc.php | 2 ++ depview/index.php | 27 +++++++++++++++++++++++++++ depview/install.d/config.inc.php | 4 ++++ 5 files changed, 72 insertions(+) create mode 100644 depview/file.php create mode 100644 depview/include/footer.inc.php create mode 100644 depview/include/header.inc.php create mode 100644 depview/index.php create mode 100644 depview/install.d/config.inc.php diff --git a/depview/file.php b/depview/file.php new file mode 100644 index 0000000..84d6e14 --- /dev/null +++ b/depview/file.php @@ -0,0 +1,37 @@ + + +

Dependencies for

+ + + + + + + + + + + + + +
contextfile
+ + diff --git a/depview/include/footer.inc.php b/depview/include/footer.inc.php new file mode 100644 index 0000000..308b1d0 --- /dev/null +++ b/depview/include/footer.inc.php @@ -0,0 +1,2 @@ + + diff --git a/depview/include/header.inc.php b/depview/include/header.inc.php new file mode 100644 index 0000000..678b075 --- /dev/null +++ b/depview/include/header.inc.php @@ -0,0 +1,2 @@ + + diff --git a/depview/index.php b/depview/index.php new file mode 100644 index 0000000..03502b6 --- /dev/null +++ b/depview/index.php @@ -0,0 +1,27 @@ + + + + + + + + + + + + + + +
idpath
+ + diff --git a/depview/install.d/config.inc.php b/depview/install.d/config.inc.php new file mode 100644 index 0000000..19ce467 --- /dev/null +++ b/depview/install.d/config.inc.php @@ -0,0 +1,4 @@ + -- 2.1.4