<?php
#
# Overrides File
# ------------------
# This file allows you to manually provide
# definitions of certain auto-detected
# constants in Exponent.
#
# The following constants can be overridden:
#
# - BASE
# The absolute path of the Exponent
# installation directory.
# DO NOT FORGET THE LEADING AND TRAILING '/'s
#
#define("BASE","/full/path/to/exponent/");
#
#
#
#
# - PATH_RELATIVE
# The path of the website, relative to
# the domain of the URL
# DO NOT FORGET THE LEADING AND TRAILING '/'s
#
#define("PATH_RELATIVE","/url/path/to/exponent/");
#
?>