Changeset 1810 for trunk/wp-admin/auth.php
- Timestamp:
- 10/18/2004 04:50:08 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/auth.php
r1807 r1810 1 1 <?php 2 require_once( '../wp-config.php');2 require_once(ABSPATH . '/wp-config.php'); 3 3 4 4 if ( (!empty($_COOKIE['wordpressuser_' . COOKIEHASH]) && !wp_login($_COOKIE['wordpressuser_' . COOKIEHASH], $_COOKIE['wordpresspass_' . COOKIEHASH], true))
Note: See TracChangeset
for help on using the changeset viewer.