From: Sam Ruby Date: Wed, 5 Apr 2000 09:21:19 +0000 (+0000) Subject: Make it clear that the jawt example is only intented to be run as a CGI X-Git-Tag: php-4.0RC2~485 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eb70d8361b2e8c788b6d50ad027e86abe0e07916;p=php Make it clear that the jawt example is only intented to be run as a CGI --- diff --git a/ext/java/jawt.php b/ext/java/jawt.php index db06949100..30f2235611 100644 --- a/ext/java/jawt.php +++ b/ext/java/jawt.php @@ -1,7 +1,6 @@ + // 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!"); diff --git a/ext/rpc/java/jawt.php b/ext/rpc/java/jawt.php index db06949100..30f2235611 100644 --- a/ext/rpc/java/jawt.php +++ b/ext/rpc/java/jawt.php @@ -1,7 +1,6 @@ + // 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!");