19 lines
784 B
PHP
Executable File
19 lines
784 B
PHP
Executable File
<?php
|
|
#####################################################
|
|
# #
|
|
# written by benjamin ramey #
|
|
# ben.ramey@gmail.com #
|
|
# #
|
|
# This file contains: #
|
|
# globals #
|
|
# #
|
|
#####################################################################################################################
|
|
# CODE # COMMENTS #
|
|
#####################################################################################################################
|
|
# style: all caps, underscores
|
|
# prefix: _
|
|
##################################################################### GLOBALS
|
|
$_DOC_ROOT = $_SERVER['DOCUMENT_ROOT'];
|
|
$_SCRIPT_NAME = $_SERVER['SCRIPT_NAME'];
|
|
$_QUERY = $_SERVER['REQUEST_URI'];
|
|
$_CMDS = ops_get_cmds(); |