diff options
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> |