[geeklog-cvs] geeklog-1.3 config.php,1.117,1.118

tony at iowaoutdoors.org tony at iowaoutdoors.org
Mon Jun 7 15:09:56 EDT 2004


Update of /var/cvs/geeklog-1.3
In directory www:/tmp/cvs-serv31176

Modified Files:
	config.php 
Log Message:
added pdf_adhoc_enabled so that the adhoc PDF generation can be turned off for the general public

Index: config.php
===================================================================
RCS file: /var/cvs/geeklog-1.3/config.php,v
retrieving revision 1.117
retrieving revision 1.118
diff -C2 -d -r1.117 -r1.118
*** config.php	7 Jun 2004 15:21:12 -0000	1.117
--- config.php	7 Jun 2004 19:09:53 -0000	1.118
***************
*** 309,312 ****
--- 309,316 ----
  // Enables the PDF generator feature.  1 = on, 0 = off
  $_CONF['pdf_enabled'] = 0;
+ // Enables the PDF adhoc mode for the general public.  NOTE: this is always enabled
+ // for users in the ROOT group. NOTE: generally speaking you will probably want to
+ // leave this off unless your site has a particular need for members to do this.
+ $_CONF['pdf_adhoc_enabled'] = 0;
  // Absolute path to the htmldoc binary
  $_CONF['path_to_htmldoc'] = '/path/to/htmldoc';




More information about the geeklog-cvs mailing list