From 5fe9f0f2596ec9da849e8cdf47fc2d76fac5f50c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 24 Nov 2005 08:42:20 +0000 Subject: Move db_details_{common,db_info,links}.php to libraries folder as it does not require direct access. --- chk_rel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chk_rel.php') diff --git a/chk_rel.php b/chk_rel.php index 691b05a102..2fde84e222 100644 --- a/chk_rel.php +++ b/chk_rel.php @@ -7,7 +7,7 @@ * Gets some core libraries */ require_once('./libraries/common.lib.php'); -require_once('./db_details_common.php'); +require_once('./libraries/db_details_common.inc.php'); require_once('./libraries/relation.lib.php'); -- cgit v1.2.3