initial commit
authorpaulr <me@pjr.cc>
Wed, 8 Jun 2011 17:25:33 +0000 (03:25 +1000)
committerpaulr <me@pjr.cc>
Wed, 8 Jun 2011 17:25:33 +0000 (03:25 +1000)
.project [new file with mode: 0644]
bin/agent.php [new file with mode: 0644]
etc/config.php [new file with mode: 0644]
lib/lib.php [new file with mode: 0644]
var/db.sql [new file with mode: 0644]
www/index.php [new file with mode: 0644]

diff --git a/.project b/.project
new file mode 100644 (file)
index 0000000..35ca376
--- /dev/null
+++ b/.project
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+       <name>configmanager</name>
+       <comment></comment>
+       <projects>
+       </projects>
+       <buildSpec>
+       </buildSpec>
+       <natures>
+       </natures>
+</projectDescription>
diff --git a/bin/agent.php b/bin/agent.php
new file mode 100644 (file)
index 0000000..c8b43fc
--- /dev/null
@@ -0,0 +1,5 @@
+<?php
+
+require_once("../lib/lib.php");
+
+?>
\ No newline at end of file
diff --git a/etc/config.php b/etc/config.php
new file mode 100644 (file)
index 0000000..e89f248
--- /dev/null
@@ -0,0 +1,3 @@
+<?php 
+
+?>
\ No newline at end of file
diff --git a/lib/lib.php b/lib/lib.php
new file mode 100644 (file)
index 0000000..15c5adc
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+
+?>
\ No newline at end of file
diff --git a/var/db.sql b/var/db.sql
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/www/index.php b/www/index.php
new file mode 100644 (file)
index 0000000..e3417c9
--- /dev/null
@@ -0,0 +1,3 @@
+<?php 
+require_once("../lib/lib.php");
+?>
\ No newline at end of file