MOON
Server: Apache
System: Linux u18017238.onlinehome-server.com 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64
User: emblazeone (1003)
PHP: 7.3.33
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/emblazeone/public_html/limitlessfit/frontend/views/site/generic-page.php
<section class="dashboard">
    <div class="container">
        <div class="row">
            <div class="col-sm-12">
                <div class="mb-4 d-flex flex-wrap justify-content-between align-items-center">
                    <div class="weight_2"><?=$page->title?></div>
                    <!--<a href="#" class="btn-all">View All</a>-->
                </div>
            </div>
            <div class="col-12">
                <?=$page->description?>
            </div>
        </div>
    </div>
</section>