Correction liens
Commentaire sur include mysql.php
This commit is contained in:
parent
8847079109
commit
11b88ccf99
@ -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');
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?
|
||||
|
||||
include_once(FWK_PATH.'common/curl.php');
|
||||
include_once(FWK_PATH.'/common/curl.php');
|
||||
|
||||
class MIdentite {
|
||||
|
||||
|
@ -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)
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user