mirror of
https://github.com/YunoHost-Apps/noalyss_ynh.git
synced 2024-09-03 19:46:20 +02:00
Fix
This commit is contained in:
parent
7c367d0715
commit
563bb424c6
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ define ("noalyss_psql_host","localhost");
|
||||||
// But it doesn't change the password
|
// But it doesn't change the password
|
||||||
define ("NOALYSS_ADMINISTRATOR","__ADMIN__");
|
define ("NOALYSS_ADMINISTRATOR","__ADMIN__");
|
||||||
// used only for install
|
// used only for install
|
||||||
define ("NOALYSS_ADMIN_PASSWORD","__PASSWORD__");
|
define ("NOALYSS_ADMIN_PASSWORD","");
|
||||||
define ("LOCALE",1);
|
define ("LOCALE",1);
|
||||||
define ("domaine","__DOMAIN__");
|
define ("domaine","__DOMAIN__");
|
||||||
define ("MULTI",1);
|
define ("MULTI",1);
|
||||||
|
|
|
@ -131,7 +131,7 @@ phpversion=$(ynh_app_setting_get --app="$app" --key=phpversion)
|
||||||
# # Remove the `install.php` directory from within the Noalyss installation path.
|
# # Remove the `install.php` directory from within the Noalyss installation path.
|
||||||
# # The scripts within this directory should not be accessible on a live Noalyss site
|
# # The scripts within this directory should not be accessible on a live Noalyss site
|
||||||
# # or on any installation that is accessible via the Internet.
|
# # or on any installation that is accessible via the Internet.
|
||||||
ynh_secure_remove "$final_path/html/install.php"
|
#ynh_secure_remove "$final_path/html/install.php"
|
||||||
|
|
||||||
# # Set the user chosen at installation as administrator
|
# # Set the user chosen at installation as administrator
|
||||||
# #ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" <<< "UPDATE ${db_name}_user_table SET username = '$admin' WHERE id = 1;"
|
# #ynh_mysql_connect_as --user="$db_user" --password="$db_pwd" --database="$db_name" <<< "UPDATE ${db_name}_user_table SET username = '$admin' WHERE id = 1;"
|
||||||
|
|
Loading…
Reference in a new issue