From 843204d4070cba2a59f5161147efb84938431ad6 Mon Sep 17 00:00:00 2001 From: thomppj Date: Thu, 25 Jul 2002 13:52:13 +0000 Subject: [PATCH] Added index in class dir to avoid unwanted directory listing. Minor formatting modification to *.class files. NOTE: We really want these files to be called *.class.php, not just *.class.php. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@3127 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- class/html.class | 1 - class/index.php | 20 ++++++++++++++++++++ class/mime.class | 1 - 3 files changed, 20 insertions(+), 2 deletions(-) create mode 100644 class/index.php diff --git a/class/html.class b/class/html.class index 86ef82de..dcdb805b 100644 --- a/class/html.class +++ b/class/html.class @@ -5,7 +5,6 @@ * Copyright (c) 2002 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * - * * This contains functions needed to generate html output. * * $Id$ diff --git a/class/index.php b/class/index.php new file mode 100644 index 00000000..b86832a0 --- /dev/null +++ b/class/index.php @@ -0,0 +1,20 @@ + diff --git a/class/mime.class b/class/mime.class index 4f06c29e..ddfe34bb 100644 --- a/class/mime.class +++ b/class/mime.class @@ -6,7 +6,6 @@ * Copyright (c) 2002 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * - * * This contains functions needed to handle mime messages. * * $Id$ -- 2.25.1