From a3908b9dffa6c0d7680734fb819e81b3d8687def Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Mon, 27 May 2013 20:43:48 -0500 Subject: Removed .htaccess files, added the motdLockFile --- includes/.htaccess | 1 - 1 file changed, 1 deletion(-) delete mode 100644 includes/.htaccess (limited to 'includes') diff --git a/includes/.htaccess b/includes/.htaccess deleted file mode 100644 index 3418e55..0000000 --- a/includes/.htaccess +++ /dev/null @@ -1 +0,0 @@ -deny from all \ No newline at end of file -- cgit v1.2.3 From cb825735697c8315049c747ea80ff3ad84194593 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Mon, 27 May 2013 21:44:44 -0500 Subject: Apparently this is recommended to have browsers recognize the favicon (though some/most recognize it regardless)? Anyways, it can't hurt. --- includes/header.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes') diff --git a/includes/header.php b/includes/header.php index 15129c4..7085aea 100644 --- a/includes/header.php +++ b/includes/header.php @@ -18,6 +18,8 @@ function htmlHeader($css = array(), $title = 'Pathery', $desc = '', $scripts = a } ?> + + \n"; -- cgit v1.2.3