source:
temp/trunk/html/admin/info.php
@
1328
| Revision 1328, 115 bytes checked in by naka, 20 years ago (diff) | |
|---|---|
|
|
| Rev | Line | |
|---|---|---|
| [1328] | 1 | <?php |
| 2 | print($_SERVER['HTTPS']); | |
| 3 | ||
| 4 | $val = "Now()"; | |
| 5 | ||
| 6 | if(eregi("now\(\)", $val)) { | |
| 7 | print("onaji"); | |
| 8 | } | |
| 9 | ||
| 10 | phpinfo(); | |
| 11 | ||
| 12 | ?> |
Note: See TracBrowser
for help on using the repository browser.
