[Phpslash-commit] CVS: phpslash-dev/public_html config-dist.php,1.27,1.28
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-10-07 20:42:22
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23650/phpslash-dev/public_html Modified Files: config-dist.php Log Message: Blog section didn't have the right blocks. bloggers group typo. Index: config-dist.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.php,v retrieving revision 1.27 retrieving revision 1.28 diff -C2 -d -r1.27 -r1.28 *** config-dist.php 1 Oct 2004 18:08:43 -0000 1.27 --- config-dist.php 7 Oct 2004 20:42:03 -0000 1.28 *************** *** 790,794 **** 'name' => "Blog Entry", 'link' => $_PSL['adminurl'] . "/storyAdmin.php", ! 'perm' => "blogger", 'module' => "Story" ); --- 790,794 ---- 'name' => "Blog Entry", 'link' => $_PSL['adminurl'] . "/storyAdmin.php", ! 'perm' => "bloggers", 'module' => "Story" ); |