Initial commit

This commit is contained in:
Ben Ramey
2017-03-02 20:30:40 -06:00
commit ab3c6fc8d5
10773 changed files with 515124 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
<?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();