Page MenuHomeIn-Portal Phabricator

in-portal
No OneTemporary

File Metadata

Created
Sun, Nov 9, 7:26 AM

in-portal

Index: trunk/tools/pi.php
===================================================================
--- trunk/tools/pi.php (nonexistent)
+++ trunk/tools/pi.php (revision 2531)
@@ -0,0 +1,8 @@
+<?php
+ $address = gethostbyaddr( $_SERVER['REMOTE_ADDR'] );
+ $parts = explode('.', $address);
+ if( $parts && $parts[ count($parts) - 2 ] == 'intechnic' )
+ {
+ phpinfo();
+ }
+?>
\ No newline at end of file
Property changes on: trunk/tools/pi.php
___________________________________________________________________
Added: cvs2svn:cvs-rev
## -0,0 +1 ##
+1.1
\ No newline at end of property
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property

Event Timeline