summaryrefslogtreecommitdiffstats
path: root/notFinishedCode
diff options
context:
space:
mode:
Diffstat (limited to 'notFinishedCode')
-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");