diff options
author | Camil Staps | 2016-07-26 00:16:17 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-26 00:17:07 +0200 |
commit | 93b405ab9f69538546165c75a301c0c57a5359cf (patch) | |
tree | 7fab746b7fadcd26d012255b7bfad65a5b14ef61 /include/contacts-overview.php | |
parent | Update makefile for d9936a9 (diff) |
User authentication mechanism
Diffstat (limited to 'include/contacts-overview.php')
-rw-r--r-- | include/contacts-overview.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/contacts-overview.php b/include/contacts-overview.php index cd3b1bc..cd7fc47 100644 --- a/include/contacts-overview.php +++ b/include/contacts-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-7 col-md-7"> @@ -159,4 +161,4 @@ </script> </div> </div> -</div>
\ No newline at end of file +</div> |