summaryrefslogtreecommitdiffstats
path: root/notFinishedCode/pChart2.1.2/examples/example.writeBounds.php
diff options
context:
space:
mode:
authorRefik Hadzialic2011-08-15 13:47:23 +0200
committerRefik Hadzialic2011-08-15 13:47:23 +0200
commit3e04740ef078867c2b430311d7777bbc6b1a8c94 (patch)
tree7a81a25d31c62b0d51cb7afbe4ee99da0d4729e1 /notFinishedCode/pChart2.1.2/examples/example.writeBounds.php
parentnew icons added, the output result image extended. (diff)
downloadgsm-selftest-3e04740ef078867c2b430311d7777bbc6b1a8c94.tar.gz
gsm-selftest-3e04740ef078867c2b430311d7777bbc6b1a8c94.tar.xz
gsm-selftest-3e04740ef078867c2b430311d7777bbc6b1a8c94.zip
Changed the display messages!
Diffstat (limited to 'notFinishedCode/pChart2.1.2/examples/example.writeBounds.php')
-rw-r--r--notFinishedCode/pChart2.1.2/examples/example.writeBounds.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/notFinishedCode/pChart2.1.2/examples/example.writeBounds.php b/notFinishedCode/pChart2.1.2/examples/example.writeBounds.php
index 55bd22d..cd4d29b 100644
--- a/notFinishedCode/pChart2.1.2/examples/example.writeBounds.php
+++ b/notFinishedCode/pChart2.1.2/examples/example.writeBounds.php
@@ -95,7 +95,7 @@
$myPicture->setFontProperties(array("FontName"=>"../fonts/verdana.ttf","FontSize"=>6));
$TextSettings = array("DrawBox"=>FALSE,"R"=>255,"G"=>255,"B"=>255,"Angle"=>0,"FontSize"=>10);
- $myPicture->drawText(585,30,"EXTERNAL SIP NETWORK: OK",$TextSettings);
+ $myPicture->drawText(585,30,"SIP SYSTEM: OK",$TextSettings);
//local SIP system outlining!
@@ -107,7 +107,7 @@
$myPicture->setFontProperties(array("FontName"=>"../fonts/verdana.ttf","FontSize"=>6));
$TextSettings = array("DrawBox"=>FALSE,"R"=>255,"G"=>255,"B"=>255,"Angle"=>0,"FontSize"=>10);
- $myPicture->drawText(585,270,"LOCAL SIP NETWORK: OK",$TextSettings);
+ $myPicture->drawText(585,270,"UNI TELEPHONE SYSTEM: OK",$TextSettings);
// add server picture
$myPicture->drawFromPNG(380,280,"server.png");