#!/bin/bash
. /usr/share/sambaedu/includes/config.inc.sh
scripts=$(curl -F "id=$2" -F "action=$1" -F "user=$SUDO_USER" -F "machine=$(hostname)" -F "os=linux" http://$config_se4fs_name.$config_domain/gpo/applications.php)
eval "$scripts"
exit 0