diff --git a/header.php b/header.php index f68dd43..8184dd5 100644 --- a/header.php +++ b/header.php @@ -5,6 +5,11 @@ require_once( dirname(__FILE__).'/includes/load-yourls.php' ); // Ask for Infinity Squared settings include( dirname(__FILE__).'/public/config.php' ); + +if( ( @include dirname(__FILE__).'/public/config.php' ) === false) { + include( dirname(__FILE__).'/public/config-sample.php' ); +} + class ISQ { public static $general = array(), $links = array(), $social = array(), $recaptcha = array(); } // Load translations