From 0f721f6e5cfb4cfaab635cfe39ca85b1dac7c751 Mon Sep 17 00:00:00 2001 From: Thomas LEBEAU Date: Fri, 13 Jun 2014 11:43:01 +0200 Subject: [PATCH] fix bug domain to config file --- conf/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.php b/conf/config.php index 66315d6..5a468a2 100644 --- a/conf/config.php +++ b/conf/config.php @@ -29,7 +29,7 @@ define( 'YOURLS_DB_PREFIX', 'yourls_' ); /** YOURLS installation URL -- all lowercase and with no trailing slash. ** If you define it to "http://site.com", don't use "http://www.site.com" in your browser (and vice-versa) */ -define( 'YOURLS_SITE', 'yudomain' ); +define( 'YOURLS_SITE', 'yunodomain' ); /** Timezone GMT offset */ define( 'YOURLS_HOURS_OFFSET', 0 );