aboutsummaryrefslogtreecommitdiff
path: root/include/clients-overview.php
diff options
context:
space:
mode:
authorCamil Staps2016-07-26 00:16:17 +0200
committerCamil Staps2016-07-26 00:17:07 +0200
commit93b405ab9f69538546165c75a301c0c57a5359cf (patch)
tree7fab746b7fadcd26d012255b7bfad65a5b14ef61 /include/clients-overview.php
parentUpdate makefile for d9936a9 (diff)
User authentication mechanism
Diffstat (limited to 'include/clients-overview.php')
-rw-r--r--include/clients-overview.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/clients-overview.php b/include/clients-overview.php
index f3e2a24..7ce45a6 100644
--- a/include/clients-overview.php
+++ b/include/clients-overview.php
@@ -16,6 +16,8 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
+require_once('./login.php');
?>
<div class="col-lg-6 col-md-6">
@@ -117,4 +119,4 @@
</script>
</div>
</div>
-</div> \ No newline at end of file
+</div>