mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 06:48:31 +00:00
Make improvements to redbean (#373)
* Allow ProgramUniprocess to be set on Windows * Add closing p tag to Maxmind example * Enable using symlinked directories with redbean -A flag * Rename gc in redbean for consistency * Improve StoreFile by adding checks and skipping ./ in stored path * Add freeing memory in redbean LuaEncodeUrl Ref #366
This commit is contained in:
parent
0cb6b6ff4b
commit
d5ff2c3fb9
2 changed files with 18 additions and 12 deletions
|
@ -297,14 +297,14 @@ local function main()
|
|||
if geo then
|
||||
Dump(geo)
|
||||
else
|
||||
Write('<p>Not found\n')
|
||||
Write('<p>Not found</p>\n')
|
||||
end
|
||||
|
||||
Write('<h3>Maxmind ASN DB</h3>')
|
||||
if asn then
|
||||
Dump(asn)
|
||||
else
|
||||
Write('<p>Not found\n')
|
||||
Write('<p>Not found</p>\n')
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue