[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

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

   1  <?php
   2  
   3     /**
   4     
   5     * Test une requete sur le web wawadeb 
   6     * @Version $Id: test_web.php 6166 2011-02-26 13:33:55Z keyser $ 
   7     * @Projet LCS / SambaEdu 
   8     * @auteurs Philippe Chadefaux  MrT
   9     * @Licence Distribue selon les termes de la licence GPL
  10     * @note
  11     * Modifications proposées par Sébastien Tack (MrT)
  12     * Optimisation du lancement des scripts bash par la technologie asynchrone Ajax.
  13   
  14     
  15     */
  16  
  17     /**
  18  
  19     * @Repertoire: /tests/
  20     * file: test_web.php
  21     */
  22  
  23  
  24  
  25  require_once ('entete_ajax.inc.php');
  26     $http=exec("cd /tmp; wget -q --tries=1 --timeout=2 http://wawadeb.crdp.ac-caen.fr && echo \$? | rm -f /tmp/index.html.1*",$out,$retour);
  27     
  28     if ($retour=="0") {
  29         $ok="1";
  30     } else {
  31         $ok="0";
  32     }
  33  die($ok);
  34  ?>


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