Correction liens

Commentaire sur include mysql.php
This commit is contained in:
Michael RICOIS 2009-02-20 13:23:49 +00:00
parent 8847079109
commit 11b88ccf99
5 changed files with 8 additions and 16 deletions

View File

@ -7,15 +7,7 @@
/** Log des performances des pages PHP (mémoire et temps d'exécution **/
define ('LOG_BENCH', 'BOTH'); // NONE, WEB, FILE, BOTH
/** Paramètres de la base de données **/
/*
define ('MYSQL_HOST', 'localhost');
define ('MYSQL_DB', 'sdv1');
define ('MYSQL_USER', 'root');
define ('MYSQL_PASS', 'catsysyo92');
*/
/** Paramètres de la base de données **/
define ('MYSQL_HOST', 'localhost');
define ('MYSQL_DB', 'extranet');

View File

@ -1,7 +1,7 @@
<?php
include_once(realpath(dirname(__FILE__) . '/../../framework/default/_includes/mysql.php'));
//include_once(realpath(dirname(__FILE__) . '/../../framework/default/_includes/mysql.php'));
include_once(realpath(dirname(__FILE__) . '/../../framework/common/curl.php'));
include_once(realpath(dirname(__FILE__) . '/../insee/classMInsee.php'));
include_once(realpath(dirname(__FILE__) . '/insee/classMInsee.php'));
/**
* Project: GoogleMapAPI: a PHP library inteface to the Google Map API

View File

@ -1,6 +1,6 @@
<?
include_once(FWK_PATH.'common/curl.php');
include_once(FWK_PATH.'/common/curl.php');
class MIdentite {

View File

@ -3,7 +3,7 @@
**/
$idCommande=0;
include_once(realpath(dirname(__FILE__). '/../../farmework/default/_includes/mysql.php'));
//include_once(realpath(dirname(__FILE__). '/../../framework/default/_includes/mysql.php'));
$con = mysql_pconnect('localhost', 'root', 'catsysyo92');
if (!($con === false)) {
if (mysql_select_db('sdv1', $con) === false)

View File

@ -151,10 +151,10 @@ if (($siret*1)==0 && $id==0) die('Param
$siren=substr($siret,0,9);
$mil=false;
include_once(INCLUDE_PATH.'partenaires/classMTva.php');
include_once(INCLUDE_PATH.'partenaires/classMMap.php');
include_once(INCLUDE_PATH.'/partenaires/classMTva.php');
include_once(INCLUDE_PATH.'/partenaires/classMMap.php');
//include_once(INCLUDE_PATH.'partenaires/classMCoface.php');
include_once(FWK_PATH.'common/dates.php');
include_once(FWK_PATH.'/common/dates.php');
/** Utilisation du WS **/
$client = new SoapClient(null, array( 'trace' => 1,