Path problem.

git-svn-id: https://develop.svn.wordpress.org/trunk@65 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg 2003-05-23 16:29:12 +00:00
parent 936941c967
commit e62cf2425d
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<?php
require_once('b2config.php');
require_once('../b2config.php');
/* connecting the db */
$connexion = @mysql_connect($server,$loginsql,$passsql) or die("Can't connect to the database<br>".mysql_error());

View File

@ -1,6 +1,6 @@
<?php
require('./b2config.php');
require('b2config.php');
require_once($b2inc.'/b2template.functions.php');
require_once($b2inc.'/b2functions.php');
require_once($b2inc.'/b2vars.php');