From 2ac61f152eebcf7e6d2fac2a52705261622daa1e Mon Sep 17 00:00:00 2001 From: Davide Franco Date: Mon, 18 Jul 2011 08:00:25 +0200 Subject: [PATCH] bacula-web: New chhtp php class --- gui/bacula-web/includes/utils/chttp.class.php | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 gui/bacula-web/includes/utils/chttp.class.php diff --git a/gui/bacula-web/includes/utils/chttp.class.php b/gui/bacula-web/includes/utils/chttp.class.php new file mode 100644 index 0000000000..136e261bbb --- /dev/null +++ b/gui/bacula-web/includes/utils/chttp.class.php @@ -0,0 +1,46 @@ + 0 ) + + + switch( $type ) + { + case 'GET': + + break; + case 'POST': + + break; + } + return false; + } + } + +?> \ No newline at end of file -- 2.39.5