Projet

Général

Profil

Révision 5c3812b2 htdocs/epack/recette.php

Voir les différences:

htdocs/epack/recette.php
29 29
$pass         = $_POST['pass'];
30 30
$anetlogin    = $_POST['anetlogin'];
31 31
$anetpassword = $_POST['anetpassword'];
32
$version      = $_POST['version'];
32 33
$tab_postes   = unserialize(base64_decode($_POST['tab_postes']));
33 34
$tab_server   = unserialize(base64_decode($_POST['tab_server']));
34 35
$tab_hdd      = unserialize(base64_decode($_POST['tab_hdd']));
......
75 76
      //print serialize($object);
76 77
      //print_r($_SERVER);
77 78
      require_once('lib/odf.php');
78
      $odf = new odf("abuledu-recette.odt");
79
      if($version == "1108")
80
	$odf = new odf("abuledu-recette-1108.odt");
81
      else
82
	$odf = new odf("abuledu-recette.odt");
79 83
   
80 84
      //1ere page
81 85
      setlocale(LC_TIME, "fr_FR.UTF-8");

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux