Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
qtdcvxyp
/
public_html
/
sms
/
aa
/
application
/
views
✏️
Editing: unauthorized.php
<div class="content-wrapper" style="min-height: 946px;"> <section class="content-header"> <h1> <i class="fa fa-warning"></i> <?php echo $this->lang->line('access_denied'); ?></h1> </section> <section class="content"> <div class="row"> <div class="col-md-12"> <!-- general form elements --> <div class="box box-primary"> <div class="box-body"> <div class="alert alert-warning"><?php echo $this->lang->line('not_authoried'); ?></div> </div> <!-- /.box-body --> </div> <!-- /.box --> </div> </div> </section> </div>
💾 Save Changes
❌ Cancel