mirror of
https://github.com/php/php-src.git
synced 2025-01-25 05:04:20 +08:00
Make it clear that the jawt example is only intented to be run as a CGI
This commit is contained in:
parent
5c40dfa374
commit
eb70d8361b
@ -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!");
|
||||
|
@ -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!");
|
||||
|
Loading…
Reference in New Issue
Block a user