Fallagassrini Bypass Shell

echo"
Fallagassrini
";
Current Path : /home/happyrenas/old/devis-huissier.fr/old/administration/assets/pages/scripts/

Linux webd005.cluster105.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
Upload File :
Current File : /home/happyrenas/old/devis-huissier.fr/old/administration/assets/pages/scripts/table-bootstrap.js

var BootstrapTable = function () {

    var TableTransform = function () {
         var $table_transform = $('#table-transform');
        $('#transform').click(function () {
            $table_transform.bootstrapTable();
        });
        $('#destroy').click(function () {
            $table_transform.bootstrapTable('destroy');
        });
    }

    var TableStyle = function () {
        var $table_style = $('#table-style');
       // $table_style.bootstrapTable();

        $('#hover, #striped, #condensed').click(function () {
            var classes = 'table';

            if ($('#hover').prop('checked')) {
                classes += ' table-hover';
            }
            if ($('#condensed').prop('checked')) {
                classes += ' table-condensed';
            }
            $('#table-style').bootstrapTable('destroy')
                .bootstrapTable({
                    classes: classes,
                    striped: $('#striped').prop('checked')
                });
        });

        function rowStyle(row, index) {
            var bs_classes = ['active', 'success', 'info', 'warning', 'danger'];

            if (index % 2 === 0 && index / 2 < bs_classes.length) {
                return {
                    classes: bs_classes[index / 2]
                };
            }
            return {};
        }
    }

    return {

        //main function to initiate the module
        init: function () {

            TableTransform();
            TableStyle();
        }

    };

}();

jQuery(document).ready(function() {
    BootstrapTable.init();
});

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net