Adjust the spacing for status -> sip status.
This commit is contained in:
parent
16da52b189
commit
63e91c29bc
|
|
@ -101,7 +101,7 @@ if (strlen($msg) > 0) {
|
||||||
catch(Exception $e) {
|
catch(Exception $e) {
|
||||||
echo $e->getMessage();
|
echo $e->getMessage();
|
||||||
}
|
}
|
||||||
|
echo "<br />\n";
|
||||||
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
|
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<td width='50%'>\n";
|
echo "<td width='50%'>\n";
|
||||||
|
|
@ -153,7 +153,7 @@ if (strlen($msg) > 0) {
|
||||||
}
|
}
|
||||||
echo "</table>\n";
|
echo "</table>\n";
|
||||||
unset($xml);
|
unset($xml);
|
||||||
echo "<br /><br />\n\n";
|
echo "<br />\n\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
//sofia status profile
|
//sofia status profile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue