From 1e08de7b958e01555cb9e7b4a0b0c503dc567750 Mon Sep 17 00:00:00 2001 From: Tom Slominski Date: Sun, 27 Nov 2011 16:33:47 +0000 Subject: [PATCH] 1.2 --- index.php | 18 +++++++++++++----- public/config.php | 27 +++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 5 deletions(-) create mode 100644 public/config.php diff --git a/index.php b/index.php index 477371f..ac449f1 100644 --- a/index.php +++ b/index.php @@ -2,8 +2,8 @@ // Start YOURLS engine require_once( dirname(__FILE__).'/includes/load-yourls.php' ); -// Define infinity-squared settings -define( 'INFINITYSQUARED_NAME', 'kwl.me' ); +// Ask for Infinity Squared settings +include( dirname(__FILE__).'/public/config.php' ); ?> @@ -27,10 +27,18 @@ $(document).ready(function()
-

+