You are here

hosting_web_pack.module in Hosting 6.2

File

web_pack/hosting_web_pack.module
View source
<?php

function hosting_web_pack_hosting_service() {
  return array(
    'pack' => 'http',
  );
}

Functions