forked from HelioNetworks/HelioPanel2_archived
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
16 lines (16 loc) · 690 Bytes
/
index.php
File metadata and controls
16 lines (16 loc) · 690 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php $current="home"; ?>
<?php include ("inc/header.php"); ?>
<?php include ("inc/menu.php"); ?>
<?php include ("inc/logo.php"); ?>
<div id="content">
<div class="post">
<h2 class="title"><a href="#">Welcome to HelioPanel</a></h2>
<div class="entry">
<p>Your last login date has been set to the current time. Your account will remain active for another 30 days. Be sure to login to your cPanel or HelioPanel Mobile once every thirty days to ensure your account remains active.</p>
</div>
</div>
<div style="clear: both;"> </div>
</div>
<!-- end #content -->
<?php include ("inc/sidebar.php"); ?>
<?php include ("inc/footer.php"); ?>