From: Davide Franco Date: Mon, 18 Jul 2011 06:00:25 +0000 (+0200) Subject: bacula-web: New chhtp php class X-Git-Tag: Release-5.2.1~167 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2ac61f152eebcf7e6d2fac2a52705261622daa1e;p=bacula%2Fbacula bacula-web: New chhtp php class --- 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