[geeklog-cvs] Geeklog-1.x config.php.dist,1.2,1.3

Oliver ospiess at qs1489.pair.com
Thu Aug 9 04:21:10 EDT 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x
In directory qs1489.pair.com:/tmp/cvs-serv38526

Modified Files:
	config.php.dist 
Log Message:
update dist file

Index: config.php.dist
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/config.php.dist,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** config.php.dist	21 Apr 2007 13:36:19 -0000	1.2
--- config.php.dist	9 Aug 2007 08:21:08 -0000	1.3
***************
*** 616,619 ****
--- 616,634 ----
  $_CONF['onlyrootfeatures'] = 0;
  
+ /** What to show after a story has been saved? Possible choices:
+  * 'item' -> forward to the story
+  * 'list' -> display the admin-list of stories
+  * 'home' -> display the site homepage
+  * 'admin' -> display the site admin homepage
+  */
+ $_CONF['aftersave_story'] = 'item';
+ 
+ /** What to show after a user has been saved? Possible choices:
+  * 'item' -> forward to the user profile
+  * 'list' -> display the admin-list of users
+  * 'home' -> display the site homepage
+  * 'admin' -> display the site admin homepage
+  */
+ $_CONF['aftersave_user'] = 'item';
  
  // Advanced theme settings




More information about the geeklog-cvs mailing list