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