Make WordPress Core


Ignore:
Timestamp:
06/12/2003 10:47:45 PM (23 years ago)
Author:
mikelittle
Message:

$path -> $siteurl
b2config.php -> wp-config.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/b2verifauth.php

    r152 r221  
    11<?php
    22
    3 require_once('../b2config.php');
     3require_once('../wp-config.php');
    44
    55/* checking login & pass in the database */
     
    4242            $error="<strong>Error</strong>: wrong login or password";
    4343        }
    44         header("Location: $path/b2login.php");
     44        header("Location: $siteurl/b2login.php");
    4545        exit();
    4646    }
Note: See TracChangeset for help on using the changeset viewer.