Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1021)
+++ trunk/CHANGELOG	(revision 1022)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.8.0 -------------------------------------
 29-June-2009 Matthias Gallas
+#	Replaced in FCKEdiotor folder all index.html with index.php (ticket #691)
 !	Update PHPMailer to version 2.0.4 (ticket #733)
 !	Update Editarea to version 0.8.1.1 (ticket #732)
 !	Update JQuery UI to version 1.7.2 (ticket #731)
Index: trunk/wb/modules/fckeditor/fckeditor/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_flash/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_flash/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_flash/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_flash/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_flash/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_flash/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_flash/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/sponsors/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/sponsors/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/sponsors/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/sponsors/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/sponsors/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/sponsors/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/sponsors/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_about/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_image/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_image/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_image/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_image/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_image/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_image/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_image/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_link/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_link/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_link/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_link/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_link/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_link/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_link/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/images/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/images/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/images/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/images/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/images/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/images/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/images/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/common/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/images/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/images/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/images/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/images/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/images/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/images/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/images/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_template/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_select/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_select/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_select/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_select/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_select/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_select/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_select/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_spellerpages/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_docprops/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_docprops/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_docprops/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_docprops/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_docprops/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_docprops/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dialog/fck_docprops/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/lang/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/lang/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/lang/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/lang/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/lang/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/lang/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/lang/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/lang/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/lang/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/lang/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/lang/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/lang/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/lang/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/lang/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/placeholder/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/autogrow/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/autogrow/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/autogrow/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/autogrow/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/autogrow/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/autogrow/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/autogrow/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/dragresizetable/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/dragresizetable/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/dragresizetable/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/dragresizetable/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/dragresizetable/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/dragresizetable/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/dragresizetable/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/tablecommands/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/tablecommands/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/tablecommands/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/tablecommands/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/tablecommands/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/tablecommands/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/tablecommands/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/simplecommands/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/simplecommands/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/simplecommands/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/simplecommands/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/simplecommands/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/simplecommands/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/simplecommands/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/bbcode/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/bbcode/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/bbcode/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/bbcode/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/plugins/bbcode/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/plugins/bbcode/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/plugins/bbcode/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/images/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/images/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/images/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/msn/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/msn/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/msn/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/msn/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/msn/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/msn/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/msn/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/images/smiley/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/images/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/images/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/images/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/images/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/images/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/images/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/images/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/images/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/images/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/images/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/images/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/skins/office2003/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/images/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/images/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/images/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/images/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/images/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/images/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/images/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/skins/default/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/images/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/images/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/images/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/images/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/images/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/images/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/images/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/skins/silver/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/skins/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/skins/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/skins/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/skins/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/css/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/css/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/css/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/css/behaviors/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/css/behaviors/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/css/behaviors/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/css/behaviors/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/css/behaviors/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/css/behaviors/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/css/behaviors/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/css/images/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/css/images/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/css/images/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/css/images/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/css/images/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/css/images/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/css/images/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/css/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/css/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/css/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/css/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/32/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/32/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/32/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/32/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/32/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/32/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/32/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/icons/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/images/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/js/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/js/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/js/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/js/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/js/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/js/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/js/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/default/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/browser/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/connectors/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/filemanager/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dtd/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dtd/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dtd/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/dtd/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/dtd/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/dtd/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/dtd/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/js/index.html
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/js/index.html	(revision 1021)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/js/index.html	(nonexistent)
@@ -1,4 +0,0 @@
-<html>
-<head><title></title></head>
-<body></body>
-</html>
\ No newline at end of file
Index: trunk/wb/modules/fckeditor/fckeditor/editor/js/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/js/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/js/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/js/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/editor/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/editor/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/editor/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/editor/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Index: trunk/wb/modules/fckeditor/fckeditor/index.php
===================================================================
--- trunk/wb/modules/fckeditor/fckeditor/index.php	(nonexistent)
+++ trunk/wb/modules/fckeditor/fckeditor/index.php	(revision 1022)
@@ -0,0 +1,28 @@
+<?php
+
+// $Id$
+
+/*
+
+ Website Baker Project <http://www.websitebaker.org/>
+ Copyright (C) 2004-2009, Ryan Djurovich
+
+ Website Baker is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+
+ Website Baker is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with Website Baker; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+*/
+
+header("Location: ../../../index.php");
+
+?>
\ No newline at end of file

Property changes on: trunk/wb/modules/fckeditor/fckeditor/index.php
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
