HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
File: /home/httpd/html/baretube.com.new/admin/_error.php
<? require "header.php"; ?>

<div class="content-page">
    
    <div class="header-area">
        <div class="breadcrumbs">  
            <a href="index.php">Admin Home</a>
        </div>
    </div>
    
    <div class="content-outer">

        <div class="content-inner">
            
            <? echo getMessages(); ?>
            
            <form method="POST" action="" enctype="multipart/form-data" class="form" novalidate autocomplete="off">
                <table class="pagetable">
                    <tbody>
                        <tr class="item submit">
                            <td colspan="2">
                                <a href="javascript:history.back();" class="btn btn-default btn-red pull-left">Return to previous page</a>
                            </td>
                        </tr>
                    </tbody>
                </table>
            </form>
            
        </div>
    </div>
</div>

<? require "footer.php"; ?>