#!/bin/sh
CONFFILE=/etc/med-dent.conf
SERVER="127.0.0.1"

if [ -f $CONFFILE ] ; then
    source $CONFFILE
fi

sensible-browser http://"$SERVER"/odontolinux/index.php
