From: paulr Date: Sun, 11 Jul 2010 05:26:27 +0000 (+1000) Subject: no real work, just some frame work stuff X-Git-Url: http://git.pjr.cc/?p=php-bacula-disk-changer.git;a=commitdiff_plain;h=e27b4a5c5cd7502324127aabebf109aa30b323fe no real work, just some frame work stuff --- diff --git a/bin/pbdc b/bin/pbdc new file mode 100644 index 0000000..95ca1af --- /dev/null +++ b/bin/pbdc @@ -0,0 +1,3 @@ +#!/bin/sh + +php pbdc.php $* \ No newline at end of file diff --git a/bin/pbdc-bacula b/bin/pbdc-bacula new file mode 100644 index 0000000..b3e6c20 --- /dev/null +++ b/bin/pbdc-bacula @@ -0,0 +1,3 @@ +#!/bin/sh + +php pbdc-bacula.php $* \ No newline at end of file diff --git a/bin/pbdc-bacula.php b/bin/pbdc-bacula.php new file mode 100644 index 0000000..3725529 --- /dev/null +++ b/bin/pbdc-bacula.php @@ -0,0 +1,19 @@ + \ No newline at end of file diff --git a/bin/pbdc.php b/bin/pbdc.php new file mode 100644 index 0000000..8e61a23 --- /dev/null +++ b/bin/pbdc.php @@ -0,0 +1,21 @@ + \ No newline at end of file diff --git a/db/db.sql b/db/db.sql new file mode 100644 index 0000000..0a16ca9 --- /dev/null +++ b/db/db.sql @@ -0,0 +1 @@ +# some sql goes here diff --git a/lib/lib.php b/lib/lib.php new file mode 100644 index 0000000..b3d9bbc --- /dev/null +++ b/lib/lib.php @@ -0,0 +1 @@ +