1
0
Fork 0
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:
anmol26s 2021-02-08 07:56:48 +05:30 committed by GitHub
parent b847186709
commit ca8991cfdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 20 additions and 20 deletions

View file

@ -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');

View file

@ -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": {