web/wp-content/themes/IRI-Theme/functions.php
branchwordpress
changeset 132 4d4862461b8d
parent 127 3a1f99a92698
--- a/web/wp-content/themes/IRI-Theme/functions.php	Tue Feb 02 14:45:47 2010 +0000
+++ b/web/wp-content/themes/IRI-Theme/functions.php	Tue Feb 02 15:44:16 2010 +0000
@@ -104,8 +104,8 @@
 # Display the list of movies
 function listeMyLdt(){
 
-	$MyLdtDataBase 	= DB_NAME;
-	$MyWPDataBase 	= DB_NAME;
+	$MyLdtDataBase 	= "lignesIRI";
+	$MyWPDataBase 	= "wordpress";
 	$MyLdtTable 	= "Lignes";
 	$MyLdtconnexion = mysql_connect(DB_HOST, DB_USER, DB_PASSWORD);
 	$MyLdtListe		= "";
@@ -174,7 +174,7 @@
 # Create the  LDT's ZIP to download IT 
 function createMyLdtProject($fichierIRI){
 
-	$MyRoot   	= ABSPATH."/DOCUMENT/_LDT";
+	$MyRoot   	= "/iridata/users/hurons/public_html/DOCUMENT/_LDT";
 	$MyRootRel  = "non-classe/telecharger/?URL=DOCUMENT/_LDT";
 	$MyCache	= "/CACHE";
 	$MyExemple 	= "/EXEMPLE_zip";