aboutsummaryrefslogtreecommitdiff
path: root/include/clients.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/clients.php')
-rw-r--r--include/clients.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/clients.php b/include/clients.php
index 1e7110b..1823bde 100644
--- a/include/clients.php
+++ b/include/clients.php
@@ -17,8 +17,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-require_once('./index.php');
-require_once('./login.php');
+require_once(__DIR__ . '/../index.php');
+require_once(__DIR__ . '/../login.php');
require('./header.php');
?>