Bring a fufi menu "undef menu" to this controller and you are right on.

I use it on my 2 server I must say you did it right the placement of each panel make it clean unlike xaseco.

the only thing i had an issue was the batch file i had to remove 2 line to make it launch.
Original Batch file script:
Code: Select all
@echo off
rem ****** Set here your php path *******
set INSTPHP=C:\Programme\Apache2\Php5
rem *************************************
PATH=%PATH%;%INSTPHP%;%INSTPHP%\extensions
chcp 65001
"%INSTPHP%\php.exe" uaseco.php
pause
Code: Select all
@echo off
rem ****** Set here your php path *******
set INSTPHP=C:\Programme\Apache2\Php5
rem *************************************
PATH=%PATH%;%INSTPHP%;%INSTPHP%\extensions
"%INSTPHP%\php.exe" uaseco.php
pause
