Changeset 301
- Timestamp:
- 08/08/2003 10:14:03 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/wp-options.php
r226 r301 44 44 45 45 case "update": 46 $standalone = 1;47 include ("./b2header.php");46 $standalone = 0; 47 include_once("./b2header.php"); 48 48 $any_changed = 0; 49 49 … … 101 101 default: 102 102 $standalone = 0; 103 include 103 include_once("./b2header.php"); 104 104 if ($user_level <= 3) { 105 105 die("You have no right to edit the options for this blog.<br>Ask for a promotion to your <a href=\"mailto:$admin_email\">blog admin</a> :)");
Note: See TracChangeset
for help on using the changeset viewer.