mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-08 13:39:58 +00:00
Missed a file...
This commit is contained in:
parent
9d8bd2ca55
commit
af85dc116d
25
www/phplib/globals.php
Normal file
25
www/phplib/globals.php
Normal file
@ -0,0 +1,25 @@
|
||||
<?php
|
||||
//
|
||||
// "$Id: globals.php,v 1.1 2004/05/17 23:02:35 mike Exp $"
|
||||
//
|
||||
// Global PHP variables...
|
||||
//
|
||||
// This file should be included using "include_once"...
|
||||
//
|
||||
|
||||
//
|
||||
// Global vars...
|
||||
//
|
||||
|
||||
global $_COOKIE, $_FILES, $_POST, $_SERVER;
|
||||
|
||||
$argc = $_SERVER["argc"];
|
||||
$argv = $_SERVER["argv"];
|
||||
$PHP_SELF = $_SERVER["PHP_SELF"];
|
||||
$REQUEST_METHOD = $_SERVER["REQUEST_METHOD"];
|
||||
$SERVER_NAME = $_SERVER["SERVER_NAME"];
|
||||
|
||||
//
|
||||
// End of "$Id: globals.php,v 1.1 2004/05/17 23:02:35 mike Exp $".
|
||||
//
|
||||
?>
|
Loading…
Reference in New Issue
Block a user