mirror of
https://github.com/YunoHost-Apps/yourls_ynh.git
synced 2024-09-03 20:35:59 +02:00
Admin fix (#12)
* Update upgrade * Quick admin fix https://github.com/YunoHost-Apps/yourls_ynh/issues/11 * updated manifest Co-authored-by: ericgaspar <junk.eg@free.fr>
This commit is contained in:
parent
b847186709
commit
ca8991cfdf
2 changed files with 20 additions and 20 deletions
|
@ -56,8 +56,7 @@ define( 'YOURLS_COOKIEKEY', '__RANDOM__' );
|
||||||
/** Username(s) and password(s) allowed to access the site. Passwords either in plain text or as encrypted hashes
|
/** Username(s) and password(s) allowed to access the site. Passwords either in plain text or as encrypted hashes
|
||||||
** YOURLS will auto encrypt plain text passwords in this file
|
** YOURLS will auto encrypt plain text passwords in this file
|
||||||
** Read http://yourls.org/userpassword for more information */
|
** Read http://yourls.org/userpassword for more information */
|
||||||
$yourls_user_passwords = array(
|
$yourls_user_passwords = array();
|
||||||
);
|
|
||||||
|
|
||||||
/** Debug mode to output some internal information
|
/** Debug mode to output some internal information
|
||||||
** Default is false for live site. Enable when coding or before submitting a new issue */
|
** Default is false for live site. Enable when coding or before submitting a new issue */
|
||||||
|
@ -91,3 +90,4 @@ $yourls_reserved_URL = array(
|
||||||
//define( 'LDAPAUTH_PORT', '389' );
|
//define( 'LDAPAUTH_PORT', '389' );
|
||||||
//define( 'LDAPAUTH_BASE', 'dc=yunohost,dc=org' );
|
//define( 'LDAPAUTH_BASE', 'dc=yunohost,dc=org' );
|
||||||
//define( 'LDAPAUTH_USERNAME_FIELD', 'uid');
|
//define( 'LDAPAUTH_USERNAME_FIELD', 'uid');
|
||||||
|
require_once(dirname(__DIR__) . '/includes/functions-auth.php');
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "URL shortening service",
|
"en": "URL shortening service",
|
||||||
"fr": "Service de raccourcisseur d'URL"
|
"fr": "Service de raccourcisseur d'URL"
|
||||||
},
|
},
|
||||||
"version": "1.7.9~ynh1",
|
"version": "1.7.9~ynh2",
|
||||||
"url": "https://github.com/YOURLS/YOURLS",
|
"url": "https://github.com/YOURLS/YOURLS",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
Loading…
Reference in a new issue