Documentation Home

Data Center Audit Lab List of Files & Directories:


Filename: README.TXT
Usage: The file to look for for product info, and installation instructions.

Filename: index.php
Usage: This is the primary file for viewing all elements within the lab environment.

Filename: dca_config.php
Usage: Main configuration file that contains all global variables used, and global
functions and commands used and referenced.

Filename: dca_db.php
Usage: Main database configuration file containing all Global Database parameters.

Filename: dca_headers.php
Usage: Main HTML header file called. This file establishes the headers and
sets the cascading style sheet used.

Filename: dca_labchange_db.php
Usage: Used to update the database with changes made when adding or updating an
element. Adding and updating an element is used from the dca_changeform.php.

Filename: dca_labchange.php
Usage: Used to update the database with a new element, or update an existing element.
This is the form called when add new, or update element is selected on the menu.

Filename: dca_labcheckout.php
Usage: Used to check out (reserve) an element.

Filename: dca_checkout_db.php
Usage: Used to update the database with the element(s) that are to be checked out.

Filename: dca_lablinks.php
Usage: Displays the lab link menu atop each page so the user can navigate to

Filename: dca_lablog.php
Usage: Displays the log of any and all changes/updates to Data Center Auditlab and by which user.
Their desired page.

Filename: dca_lablog_update.php
Usage: Updates the log with any variable entry that is passed.

Filename: dca_release.php
Usage: Releases any element(s) that are checked out.

Filename: dca_layout.php
Usage: Displays a graphical view of the LAB based on the element
row, column and rack row (row number within the rack)

Filename: dca_login.php
Usage: Main login page that authenticates users, and establishes a cookie for
tracking their activity & changes within dca

Filename: dca_logout.php
Usage: Logs the user out of dca and returns them to the dca_login.php page.

Filename: dca_members.php
Usage: Verifies if the user is found within the database and if they have a valid password.

Filename: dca_rack_layout.php
Usage: Displays a graphical view of the indiviual Racks displayed from dca_layout.php
This view displays the order of the elements within the rack, as well as
details about each element.

Filename: dca_register.php
Usage: Allows a user to register a username/password to use dca.

Filename: dca_resetpw.php
Usage: Allows the admin user to reset the password for any user.

Filename: dca_scripts.php
Usage: Javascript functions used within dca.


Filename: dca_admin_login.php
Usage: Used to display the admin login page, allowing the user to reset the
passwords for users

Filename: dca_admin_panel.php
Usage: Panel to display the ability to add and remove various options to/from dca

Filename: dca_admin_panel_update.php
Usage: updates the database with the selections from dca_admin_panel.php

Filename: dca_checkauth.php
Usage: Verify whether not the user is authenticated and has a cookie set.
If not, then redirect them to the dca_login.php Login page.

Filename: dca_addpanel.php
Usage: Used to display the panel menu which prompts the user which element to add
and how many addresses to use for the element.

Filename: dca_checksetup.php
Usage: File to check for the existance of the dca_config.php file.

Filename: dca_style.css
Usage: Cascading Style Sheet parameters.

Filename: Credits.txt
Usage: Credit and acknowledgements to others for assistance on this product.

Filename: Version.txt
Usage: Lists the date and latest version of Data Center Audit Lab.

Directory: files
Usage: Directory containing saved CSV files exported from the Lab Layout screen.

Directory: docs
Usage: Directory containing the installation and setup documents

Directory: images
Usage: Directory containing images used by the product

Back to top