[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3master/var/www/se3/tests/ -> test_vbs.php (source)

   1  <?php
   2  
   3  
   4     /**
   5     
   6     * Test la presence script integration 
   7     * @Version $Id: test_vbs.php 8499 2015-03-05 00:04:59Z keyser $ 
   8     * @Projet LCS / SambaEdu 
   9     * @auteurs Philippe Chadefaux  MrT
  10     * @Licence Distribue selon les termes de la licence GPL
  11     * @note
  12     * Modifications proposées par Sébastien Tack (MrT)
  13     * Optimisation du lancement des scripts bash par la technologie asynchrone Ajax - modif keyser passage a rejointSE3.bat.
  14   
  15     
  16     */
  17  
  18     /**
  19  
  20     * @Repertoire: /tests/
  21     * file: test_vbs.php
  22     */
  23  
  24  
  25  require_once ('entete_ajax.inc.php');
  26   // Controle l'installation des vbs
  27  $filename="/home/netlogon/domscripts/rejointSE3.exe";
  28  
  29  if (file_exists($filename)) { 
  30      $ok="1";
  31  } else {
  32      $ok="0";
  33  }
  34  die($ok);
  35  ?>


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1