mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
fix config bug
This commit is contained in:
parent
f52cfa0961
commit
f9d5b77c85
1 changed files with 1 additions and 1 deletions
|
@ -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', 'http://yunodomain_yourlspath' );
|
||||
define( 'YOURLS_SITE', 'http://yunodomain/_yourlspath' );
|
||||
|
||||
/** Timezone GMT offset */
|
||||
define( 'YOURLS_HOURS_OFFSET', 0 );
|
||||
|
|
Loading…
Reference in a new issue