diff --git a/public/config-sample.php b/public/config-sample.php index 8daacbb..e1ecf23 100644 --- a/public/config-sample.php +++ b/public/config-sample.php @@ -1,16 +1,17 @@ 'URL shortener', // The name of your URL shortener - 'qr' => 1, // Do you want to display a QR code? + 'qr' => TRUE, // Do you want to display a QR code? 'clipboard' => 1 // Do you want to enable zeroClipboard? (uses flash) ); -// Menu links +// MENU LINKS // Add more comma seperated arrays to add more links ISQ::$links = array( array( @@ -27,17 +28,16 @@ ISQ::$links = array( ) ); -// Social sharing -// 1 to enable, 0 to disable +// SOCIAL SHARING ISQ::$social = array( - 'facebook' => 1, - 'twitter' => 1, - 'plus' => 1, - 'linkedin' => 1, - 'tumblr' => 1 + 'facebook' => TRUE, + 'twitter' => TRUE, + 'plus' => TRUE, + 'linkedin' => TRUE, + 'tumblr' => TRUE ); -// reCAPTCHA API keys +// reCAPTCHA API KEYS // Get yourls from https://www.google.com/recaptcha/admin ISQ::$recaptcha = array( 'sitekey' => '',