Path problem.
git-svn-id: http://svn.automattic.com/wordpress/trunk@65 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
82b503f5e7
commit
56a60894a6
|
@ -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());
|
||||
|
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue