ACC SHELL

Path : /srv/www/vhosts/tsisystem/app/views/articles/
File Upload :
Current File : //srv/www/vhosts/tsisystem/app/views/articles/admin_images.thtml

var tinyMCEImageList = new Array(
        // Name, URL
<?php
   $c = count($images) - 1; $i = 0;
   foreach ($images as $url => $name) : ?>
        ["<?php echo $name; ?>", "<?php echo $html->url($url); ?>"]
<?php if ($c != $i) echo ','; $i++; ?>

<?php endforeach; ?>
);

ACC SHELL 2018