Changeset 221 for trunk/wp-admin/b2verifauth.php
- Timestamp:
- 06/12/2003 10:47:45 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/b2verifauth.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2verifauth.php
r152 r221 1 1 <?php 2 2 3 require_once('../ b2config.php');3 require_once('../wp-config.php'); 4 4 5 5 /* checking login & pass in the database */ … … 42 42 $error="<strong>Error</strong>: wrong login or password"; 43 43 } 44 header("Location: $ path/b2login.php");44 header("Location: $siteurl/b2login.php"); 45 45 exit(); 46 46 }
Note: See TracChangeset
for help on using the changeset viewer.