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;