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

Revision 5922, 217 bytes checked in by kakinaka, 20 years ago (diff)

* empty log message *

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<?php
2/*
3 * Copyright ¢í 2000-2006 LOCKON CO.,LTD. All Rights Reserved.
4 *
5 * http://www.lockon.co.jp/
6 */
7print($_SERVER['HTTPS']);   
8
9$val = "Now()";
10
11if(eregi("now\(\)", $val)) {
12    print("onaji");
13}
14
15phpinfo();
16   
17?>
Note: See TracBrowser for help on using the repository browser.