mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
dot aren't valid in key name for both python and php
This commit is contained in:
parent
070b0f1ef4
commit
c8a483ab83
1 changed files with 0 additions and 4 deletions
|
@ -29,7 +29,6 @@ TITLE = "Lorem Ipsum"
|
|||
THEME = "colib'ris"
|
||||
NOT_AN_EMAIL = "thisisnothemailyouarelookingfor"
|
||||
EMAIL_IS_NOT = "notthemailyouarelookingforthisis"
|
||||
NOT_AN.EMAIL = "thisisnothemailyouarelookingfor"
|
||||
EMAIL = "root@example.com" # This is a comment without quotes
|
||||
PORT = 1234 # This is a comment without quotes
|
||||
URL = 'https://yunohost.org'
|
||||
|
@ -88,7 +87,6 @@ TITLE = "Lorem Ipsum"
|
|||
THEME = "colib'ris"
|
||||
NOT_AN_EMAIL = "thisisnothemailyouarelookingfor"
|
||||
EMAIL_IS_NOT = "notthemailyouarelookingforthisis"
|
||||
NOT_AN.EMAIL = "thisisnothemailyouarelookingfor"
|
||||
EMAIL = "root@example.com" # This is a comment without quotes
|
||||
PORT = 1234 # This is a comment without quotes
|
||||
URL = 'https://yunohost.org'
|
||||
|
@ -577,7 +575,6 @@ ynhtest_config_read_php() {
|
|||
\$theme = "colib'ris";
|
||||
\$not_an_email = "thisisnothemailyouarelookingfor";
|
||||
\$email_is_not = "notthemailyouarelookingforthisis";
|
||||
\$not_an.email = "thisisnothemailyouarelookingfor";
|
||||
\$email = "root@example.com"; // This is a comment without quotes
|
||||
\$port = 1234; // This is a second comment without quotes
|
||||
\$url = "https://yunohost.org";
|
||||
|
@ -639,7 +636,6 @@ ynhtest_config_write_php() {
|
|||
\$theme = "colib'ris";
|
||||
\$not_an_email = "thisisnothemailyouarelookingfor";
|
||||
\$email_is_not = "notthemailyouarelookingforthisis";
|
||||
\$not_an.email = "thisisnothemailyouarelookingfor";
|
||||
\$email = "root@example.com"; // This is a comment without quotes
|
||||
\$port = 1234; // This is a comment without quotes
|
||||
\$url = "https://yunohost.org";
|
||||
|
|
Loading…
Add table
Reference in a new issue