From: Wilfried Göesgens Date: Thu, 14 Jun 2007 22:13:35 +0000 (+0000) Subject: * removed wrong include. X-Git-Tag: v7.86~3312 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=e4cae83d3edb00a81bbb44b13093ae60873e8459;p=citadel.git * removed wrong include. --- diff --git a/ctdlphp/ctdlheader.php b/ctdlphp/ctdlheader.php index d097117e0..66dca6636 100644 --- a/ctdlphp/ctdlheader.php +++ b/ctdlphp/ctdlheader.php @@ -14,7 +14,6 @@ // pages in the system then only have to include ctdlheader.php (since it // is required) and they get the others automatically. // -include "config.php"; include "ctdlsession.php"; include "ctdlprotocol.php"; include "ctdlelements.php";