소스 검색

Changing newlines from DOS to Unix style.
Updating documentation block for phpDocumentor.

Fredrik Jervfors 16 년 전
부모
커밋
0291a597ff
1개의 변경된 파일17개의 추가작업 그리고 19개의 파일을 삭제
  1. 17 19
      plugins/preview_pane/index.php

+ 17 - 19
plugins/preview_pane/index.php

@@ -1,19 +1,17 @@
-<?php
-
-/**
- * index.php
- *
- * Copyright (c) 1999-2003 The SquirrelMail Project Team
- * Licensed under the GNU GPL. For full terms see the file COPYING.
- *
- * This file simply takes any attempt to view source files and sends those
- * people to the login screen. At this point no attempt is made to see if
- * the person is logged or not.
- *
- * $Id: index.php,v 1.5 2002/12/31 12:49:33 kink Exp $
- */
-
-header("Location:../index.php");
-
-/* pretty impressive huh? */
-
+<?php
+
+/**
+ * index.php
+ *
+ * This file simply takes any attempt to view source files and sends those
+ * people to the login screen. At this point no attempt is made to see if the
+ * person is logged in or not.
+ *
+ * @copyright &copy; 1999-2009 The SquirrelMail Project Team
+ * @license http://opensource.org/licenses/gpl-license.php GNU Public License
+ * @version $Id: index.php 12128 2007-01-13 20:15:44Z kink $
+ * @package plugins
+ * @subpackage preview_pane
+ */
+
+header('Location: ../index.php');