1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00

fix bug domain to config file

This commit is contained in:
Thomas LEBEAU 2014-06-13 12:04:05 +02:00
parent 0f721f6e5c
commit baaf91137e

View file

@ -29,7 +29,7 @@ define( 'YOURLS_DB_PREFIX', 'yourls_' );
/** YOURLS installation URL -- all lowercase and with no trailing slash. /** 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) */ ** If you define it to "http://site.com", don't use "http://www.site.com" in your browser (and vice-versa) */
define( 'YOURLS_SITE', 'yunodomain' ); define( 'YOURLS_SITE', 'http://yunodomain' );
/** Timezone GMT offset */ /** Timezone GMT offset */
define( 'YOURLS_HOURS_OFFSET', 0 ); define( 'YOURLS_HOURS_OFFSET', 0 );