SOURCES: fckeditor-connector.php (NEW) - default systemwide config
glen
glen at pld-linux.org
Thu Aug 21 17:18:05 CEST 2008
Author: glen Date: Thu Aug 21 15:18:05 2008 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- default systemwide config
---- Files affected:
SOURCES:
fckeditor-connector.php (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/fckeditor-connector.php
diff -u /dev/null SOURCES/fckeditor-connector.php:1.1
--- /dev/null Thu Aug 21 17:18:06 2008
+++ SOURCES/fckeditor-connector.php Thu Aug 21 17:18:00 2008
@@ -0,0 +1,13 @@
+<?php
+/*
+ * FCKeditor - The text editor for Internet - http://www.fckeditor.net
+ *
+ * System wide Configuration file for the File Manager Connector for PHP.
+ *
+ * Override defaults set from editor/filemanager/connectors/php/config.php.
+ */
+
+// SECURITY: You must explicitly enable this "connector". (Set it to "true").
+// WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only
+// authenticated users can access this file or use some kind of session checking.
+$Config['Enabled'] = false;
================================================================
More information about the pld-cvs-commit
mailing list