From 799a660ddebc93112920afef02d61295e486f529 Mon Sep 17 00:00:00 2001 From: paulr Date: Wed, 16 Mar 2011 00:47:41 +1100 Subject: [PATCH] initial commit --- .project | 11 +++++++++++ doc/README | 5 +++++ ipd/ipd.php | 3 +++ lib/lib.php | 3 +++ www/index.php | 2 ++ 5 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 .project create mode 100644 doc/README create mode 100644 ipd/ipd.php create mode 100644 lib/lib.php create mode 100644 www/index.php diff --git a/.project b/.project new file mode 100644 index 0000000..a7dc058 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + pengine + + + + + + + + diff --git a/doc/README b/doc/README new file mode 100644 index 0000000..7b8152a --- /dev/null +++ b/doc/README @@ -0,0 +1,5 @@ +PenGine +======= + + +Pengine is a firewalling engine designed for linux \ No newline at end of file diff --git a/ipd/ipd.php b/ipd/ipd.php new file mode 100644 index 0000000..e89f248 --- /dev/null +++ b/ipd/ipd.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/lib/lib.php b/lib/lib.php new file mode 100644 index 0000000..e89f248 --- /dev/null +++ b/lib/lib.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/www/index.php b/www/index.php new file mode 100644 index 0000000..67c94a5 --- /dev/null +++ b/www/index.php @@ -0,0 +1,2 @@ + \ No newline at end of file -- 1.7.0.4