MOON
Server: Apache
System: Linux server30c.hostingraja.org 3.10.0-962.3.2.lve1.5.63.el7.x86_64 #1 SMP Fri Oct 8 12:03:35 UTC 2021 x86_64
User: jibhires (1887)
PHP: 8.1.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open, allow_url_fopen, symlink, escapeshellcmd, pcntl_exec
Upload Files
File: //home/jibhires/brightsolutionsindia.com/footer.php
<footer class="bg-dark text-white py-4 mt-5">
    <div class="container">
        <div class="row">
            <div class="col-md-4">
                <h5>Bright Solutions</h5>
                <p>Pioneers in Industrial Automation Since 2017</p>
            </div>
            <div class="col-md-4">
                <h5>Quick Links</h5>
                <ul class="list-unstyled">
                    <?php foreach($nav_links as $text => $link): ?>
                    <li><a href="<?php echo $link; ?>" class="text-white"><?php echo $text; ?></a></li>
                    <?php endforeach; ?>
                </ul>
            </div>
            <div class="col-md-4">
                <h5>Contact</h5>
                <ul class="list-unstyled">
                    <li>Phone: +91 79883 34856</li>
                    <li>Email: sales@brightsolutionsindia.com</li>
                </ul>
            </div>
        </div>
    </div>
</footer>
<script src="assets/js/bootstrap.bundle.min.js"></script>
</body>
</html>