Remove usage of $_ENV
This commit is contained in:
parent
149d6ae8dd
commit
e38b1bfe28
@ -93,7 +93,7 @@ class modPhpbarcode extends ModeleBarCode
|
|||||||
*/
|
*/
|
||||||
function buildBarCode($code,$encoding,$readable='Y')
|
function buildBarCode($code,$encoding,$readable='Y')
|
||||||
{
|
{
|
||||||
global $_GET,$_ENV,$_SERVER;
|
global $_GET,$_SERVER;
|
||||||
global $conf;
|
global $conf;
|
||||||
global $genbarcode_loc, $bar_color, $bg_color, $text_color, $font_loc;
|
global $genbarcode_loc, $bar_color, $bg_color, $text_color, $font_loc;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user