mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/ARCHIVED-IZYIM.git
synced 2026-08-24 14:54:32 +00:00
f4cbc3185a
dash board logo link changed required pop up field lebel new warehouse delivery note show order
4 lines
103 B
PHP
4 lines
103 B
PHP
<?php
|
|
$im = file_get_contents('filename.gif');
|
|
$imdata = base64_encode($im);
|
|
?>
|