pixie icon indicating copy to clipboard operation
pixie copied to clipboard

fix alias overwriting when 2 or more connectios are created

Open luccas641 opened this issue 9 years ago • 1 comments

fix for #144

luccas641 avatar Oct 11 '16 19:10 luccas641

eval() is dangerous. http://php.net/manual/en/function.eval.php

The eval() language construct is very dangerous because it allows execution of arbitrary PHP code. Its use thus is discouraged. If you have carefully verified that there is no other option than to use this construct, pay special attention not to pass any user provided data into it without properly validating it beforehand.

TCB13 avatar Nov 21 '17 20:11 TCB13