Add php files
This commit is contained in:
8
modules/EcmProductB2Bs/showProductsCardImages.php
Executable file
8
modules/EcmProductB2Bs/showProductsCardImages.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
if (file_exists("cache/upload/Catalogue".$_REQUEST['guid'].".jpg"))
|
||||
echo '<img src="cache/upload/Catalogue'.$_REQUEST['guid'].'.jpg" border="0" /><br />';
|
||||
else
|
||||
for($i=0;$i<=300;$i++){
|
||||
if(file_exists("cache/upload/Catalogue".$_REQUEST['guid']."-".$i.".jpg"))echo '<img src="cache/upload/Catalogue'.$_REQUEST['guid'].'-'.$i.'.jpg" border="0" /><br />';
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user