source: temp/trunk/html/admin/info.php @ 1328

Revision 1328, 115 bytes checked in by naka, 20 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
RevLine 
[1328]1<?php
2print($_SERVER['HTTPS']);   
3
4$val = "Now()";
5
6if(eregi("now\(\)", $val)) {
7    print("onaji");
8}
9
10phpinfo();
11   
12?>
Note: See TracBrowser for help on using the repository browser.