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()
-

+