Subversion Repositories ALCASAR

Rev

Rev 426 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 426 Rev 529
Line 17... Line 17...
17
 *   along with this program; if not, write to the                         *
17
 *   along with this program; if not, write to the                         *
18
 *   Free Software Foundation, Inc.,                                       *
18
 *   Free Software Foundation, Inc.,                                       *
19
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
19
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.             *
20
 ***************************************************************************/
20
 ***************************************************************************/
21
 
21
 
22
// $Id: portail.php 426 2011-01-08 09:46:48Z franck $
22
// $Id: portail.php 529 2011-04-05 18:28:37Z franck $
23
 
23
 
24
// xml_utilisateur()
24
// xml_utilisateur()
25
 
25
 
26
function request ($texte) {
26
function request ($texte) {
27
		$strResult = 0;
27
		$strResult = 0;
Line 69... Line 69...
69
                } else {
69
                } else {
70
                        fclose($sock);
70
                        fclose($sock);
71
                        return true;
71
                        return true;
72
                }
72
                }
73
        } else {
73
        } else {
74
                fputs($sock,"GET /images/M_images/weblink.png HTTP/1.0\n\n");
74
                fputs($sock,"GET http://$host/images/M_images/weblink.png HTTP/1.0\n\n");
75
                fclose($sock);
75
                fclose($sock);
76
                return true;
76
                return true;
77
        }
77
        }
78
 
78
 
79
}
79
}