Advertisement
jargon

go.php

Sep 28th, 2021
1,492
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2.  
  3. // include initialization data
  4. $go = 'ini.php';
  5. include_once( $go );
  6. $nen['me'] = $_SERVER['SCRIPT_NAME'];
  7.  
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement