mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-04 04:31:44 +00:00
added welcome.ini
This commit is contained in:
@@ -855,7 +855,7 @@ char *uwsgi_pythonize(char *orig) {
|
||||
name[i] = '_';
|
||||
}
|
||||
else if (name[i] == '/') {
|
||||
name[i] = '.';
|
||||
name[i] = '_';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user