projects
/
glcas.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
not entirely sure, think its all the messaging components
[glcas.git]
/
archive
/
v1
/
agent
/
agent.php
1
<?php
2
3
// I AM A EMENY!
4
require_once("../lib/lig.php");
5
6
$s = new SoapClient("http://localhost/src/eclipse-workspace/gslac/www/soap.php?wsdl");
7
8
$k = $s->status();
9
10
echo "l was $k\n";
11
?>