HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/cloudlinux/alt-php54/root/usr/share/pear/RVSeagullMod/modules/default/templates/footer.html
        <div id="footer">
            <div class="wrap-left">
                <div class="wrap-right">
                    <p>
                        {translate(#Powered by#)}
                        <a href="http://seagullproject.org/"
                           title="{translate(#Seagull PHP Framework#)}">
                            {translate(#Seagull PHP Framework#)}</a>
                        {if:isAdmin()}v{versionAPI}{end:} - &copy;
                        <a href="http://seagullsystems.com/"
                           title="Seagull Systems">Seagull Systems</a>
                        2003-2007
                    </p>
                    <p flexy:if="showExecutionTimes">
                        {translate(#Execution Time#)} = {getExecutionTime()} {translate(#ms#)}
                        {getQueryCount()} {translate(#queries#)}
                    </p>
                    <p flexy:if="conf[debug][profiling]">
                        {getMemoryUsage()} kb {translate(#allocated#)}
                    </p>
                </div>
            </div>
        </div><!-- end footer -->

    </div><!-- end wrapper-outer -->

    {if:conf[debug][infoBlock]}
    <flexy:include src="debug.html" />
    {end:}

    <div flexy:if="conf[site][broadcastMessage]" id="broadcastMessage">
        {conf[site][broadcastMessage]}
        <a href="#" title="{tr(#close#)}">X</a>
    </div>

</body>
</html>