Update contacts path (#7192)

* Update contacts path

* Update menu.php

* Update contact_edit.php

* Update contact_relation_edit.php

* Update config.php

* Update authentication.php

* Update database.php

* Update totp.php

* Update email.php
This commit is contained in:
Alex
2024-12-06 11:55:41 -07:00
committed by GitHub
parent 014adb461b
commit f0bc1cfe33
9 changed files with 17 additions and 17 deletions

View File

@@ -171,7 +171,7 @@ class plugin_database {
$user_authorized = false;
//check if contacts app exists
$contacts_exists = file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/app/contacts/') ? true : false;
$contacts_exists = file_exists($_SERVER["DOCUMENT_ROOT"].PROJECT_PATH.'/core/contacts/') ? true : false;
//check the username and password if they don't match then redirect to the login
$sql = "select ";