mirror of https://github.com/itflow-org/itflow
24 lines
453 B
PHP
24 lines
453 B
PHP
<?php include("header.php"); ?>
|
|
|
|
<!-- Breadcrumbs-->
|
|
<ol class="breadcrumb">
|
|
<li class="breadcrumb-item">
|
|
<a href="index.html">Dashboard</a>
|
|
</li>
|
|
<li class="breadcrumb-item active">Blank Page</li>
|
|
</ol>
|
|
|
|
<!-- Page Content -->
|
|
<h1>Blank Page</h1>
|
|
<hr>
|
|
<p>This is a great starting point for new custom pages.</p>
|
|
|
|
<?php
|
|
|
|
echo "$session_permission_companies";
|
|
print_r($session_permission_companies_array);
|
|
|
|
|
|
?>
|
|
|
|
<?php include("footer.php"); ?>
|