1<?php
2/*
3 * Visio plugin, default configuration settings
4 *
5 * @author    Marc hauswirth <marc@practeo.ch>
6 *
7 */
8$conf['classid']   = 'CLSID:279D6C9A-652E-4833-BEFC-312CA8887857';
9$conf['codebase']  = 'http://'.$_SERVER["HTTP_HOST"].'/vviewer.exe';
10$conf['width']     = '100%';
11$conf['height']    = '70%';
12