Changing Link in Elastix FOP Tab
Hi all,
To change the Elastix menu so the Flash Operator Panel button points to fop2, you have to run the following command in the linux command line:
sqlite3 /var/www/db/menu.db "update menu set link='fop2' where id='fop'"
This will change the iframe so it points to /fop2 instead of /panel
To change the Elastix menu so the Flash Operator Panel button points to fop2, you have to run the following command in the linux command line:
sqlite3 /var/www/db/menu.db "update menu set link='fop2' where id='fop'"
This will change the iframe so it points to /fop2 instead of /panel