From: paulr Date: Wed, 8 Jun 2011 17:25:33 +0000 (+1000) Subject: initial commit X-Git-Url: http://git.pjr.cc/?p=configmanager.git;a=commitdiff_plain;h=dd52ff631f77ae7d5bf4193119d2412ab8dfddf7 initial commit --- dd52ff631f77ae7d5bf4193119d2412ab8dfddf7 diff --git a/.project b/.project new file mode 100644 index 0000000..35ca376 --- /dev/null +++ b/.project @@ -0,0 +1,11 @@ + + + configmanager + + + + + + + + diff --git a/bin/agent.php b/bin/agent.php new file mode 100644 index 0000000..c8b43fc --- /dev/null +++ b/bin/agent.php @@ -0,0 +1,5 @@ + \ No newline at end of file diff --git a/etc/config.php b/etc/config.php new file mode 100644 index 0000000..e89f248 --- /dev/null +++ b/etc/config.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..15c5adc --- /dev/null +++ b/lib/lib.php @@ -0,0 +1,3 @@ + \ No newline at end of file diff --git a/var/db.sql b/var/db.sql new file mode 100644 index 0000000..e69de29 diff --git a/www/index.php b/www/index.php new file mode 100644 index 0000000..e3417c9 --- /dev/null +++ b/www/index.php @@ -0,0 +1,3 @@ + \ No newline at end of file