From: Davide Franco Date: Mon, 18 Jul 2011 08:00:09 +0000 (+0200) Subject: bacula-web: New chhtp php class X-Git-Tag: Release-5.2.1~163 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5a540035fb8d113f15673ae4a1e6c8c5316c5189;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..9508b9161c --- /dev/null +++ b/gui/bacula-web/includes/utils/chttp.class.php @@ -0,0 +1,45 @@ + 0 ) + + switch( $type ) + { + case 'GET': + + break; + case 'POST': + + break; + } + return false; + } +} // end class + +?>