From b5543a6c6274607e1b8d1b767feb4ecad61a7a26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 27 Feb 2017 20:54:12 +0000 Subject: [PATCH] bugfixes after first tests --- etc/authentication.php | 15 ++++++++++----- etc/makefile.am | 2 ++ html/index.php | 2 +- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/etc/authentication.php b/etc/authentication.php index 04118c7..d42e0a1 100644 --- a/etc/authentication.php +++ b/etc/authentication.php @@ -1,22 +1,27 @@ \ No newline at end of file diff --git a/etc/makefile.am b/etc/makefile.am index 1f2c7cd..e77075c 100644 --- a/etc/makefile.am +++ b/etc/makefile.am @@ -11,3 +11,5 @@ pkgsysconfdir = ${PKGSYSCONFDIR} dist_pkgsysconf_DATA = settings.php authentication.php + +MAINTAINERCLEANFILES = makefile.in diff --git a/html/index.php b/html/index.php index 353701e..f24b4a9 100644 --- a/html/index.php +++ b/html/index.php @@ -59,7 +59,7 @@ } function checkPath($pathToCheck) { global $imagepath, $subpath; - $fullpath = $imagepath.'/'.$pathToCheck + $fullpath = $imagepath.'/'.$pathToCheck; if ($fullpath==realpath($fullpath) && is_dir($fullpath)) { $subpath=$pathToCheck; $imagepath = $fullpath;