Make WordPress Core


Ignore:
Timestamp:
05/25/2003 12:43:31 PM (23 years ago)
Author:
saxmatt
Message:

New path system.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/b2edit.showposts.php

    r92 r96  
    22<?php
    33
    4 require_once('b2config.php');
     4require_once('../b2config.php');
    55
    66if (!$posts) {
     
    229229        <?php
    230230        // these lines are b2's "motor", do not alter nor remove them
    231         include("blog.header.php");
     231        include($abspath.'blog.header.php');
    232232
    233233        while($row = mysql_fetch_object($result)) {
Note: See TracChangeset for help on using the changeset viewer.