#!/bin/bash

. /usr/lib/envole-tools/e-ihm.sh
activer_nineschool=$(CreoleGet activer_nineschool non)
if [ "$activer_nineschool" == "oui" ]
then
	TitleSimple "NINESCHOOL"
    
    CreoleRun "/var/www/html/nineschool/scripts/reconfigure.sh" web

	EchoVert ""
	EchoVert ""  
fi    