]> granicus.if.org Git - php/commitdiff
Make it clear that the jawt example is only intented to be run as a CGI
authorSam Ruby <rubys@php.net>
Wed, 5 Apr 2000 09:21:19 +0000 (09:21 +0000)
committerSam Ruby <rubys@php.net>
Wed, 5 Apr 2000 09:21:19 +0000 (09:21 +0000)
ext/java/jawt.php
ext/rpc/java/jawt.php

index db069491002934d109ef4d0880ff3774408a2242..30f223561185f0174d121fd522b140ae892b9391 100644 (file)
@@ -1,7 +1,6 @@
 <?
 
-  // this example makes about as much sense from a web server perspective as,
-  // say, launching and interacting with Microsoft word.  <grin>
+  // This example is only intented to be run as a CGI.
 
   $frame = new Java("java.awt.Frame", "Zend");
   $button = new Java("java.awt.Button", "Hello Java world!");
index db069491002934d109ef4d0880ff3774408a2242..30f223561185f0174d121fd522b140ae892b9391 100644 (file)
@@ -1,7 +1,6 @@
 <?
 
-  // this example makes about as much sense from a web server perspective as,
-  // say, launching and interacting with Microsoft word.  <grin>
+  // This example is only intented to be run as a CGI.
 
   $frame = new Java("java.awt.Frame", "Zend");
   $button = new Java("java.awt.Button", "Hello Java world!");