[wp-cvs] wordpress/wp-admin options.php,1.36,1.37

Matthew Mullenweg saxmatt at users.sourceforge.net
Tue Dec 7 20:12:37 UTC 2004


Update of /cvsroot/cafelog/wordpress/wp-admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26829/wp-admin

Modified Files:
	options.php 
Log Message:
Userlevel 6 on options page

Index: options.php
===================================================================
RCS file: /cvsroot/cafelog/wordpress/wp-admin/options.php,v
retrieving revision 1.36
retrieving revision 1.37
diff -C2 -d -r1.36 -r1.37
*** options.php	20 Oct 2004 21:28:36 -0000	1.36
--- options.php	7 Dec 2004 20:12:34 -0000	1.37
***************
*** 22,25 ****
--- 22,28 ----
  }
  
+ if ($user_level < 6)
+ 	die ( __('Cheatin&#8217; uh?') );
+ 
  switch($action) {
  




More information about the cvs mailing list