missing space

main
René Linder 2022-02-14 15:00:13 +01:00
parent dc95017cf8
commit 9aa3b8aa6d
2 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="PureBasic 5.73 LTS (Linux - x64)">
<project xmlns="http://www.purebasic.com/namespace" version="1.0" creator="PureBasic 6.00 Beta 4 (Linux - x64)">
<section name="config">
<options closefiles="1" openmode="0" name="LiHaSo Webserver Modul"/>
<comment>Projekt ist inklusive Beispiel Code</comment>
@ -8,12 +8,12 @@
<section name="data">
<explorer view="../../../bin/purebasic/examples/" pattern="0"/>
<log show="1"/>
<lastopen date="2021-06-06 09:09" user="renlin" host="renlin-home"/>
<lastopen date="2022-02-14 14:57" user="renlin" host="renlin-home"/>
</section>
<section name="files">
<file name="inc/lweb_file_cache.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+-"/>
<fingerprint md5="46864140ab7bcff85ebd199d13f4584b"/>
<fingerprint md5="39ba0601bce916625d5ce6a60e82a0b0"/>
</file>
<file name="inc/lweb_file_cache_header.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" panelstate="+-"/>
@ -45,11 +45,11 @@
</file>
<file name="lhs_lib/SYS/lhs_log.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" panelstate="+--"/>
<fingerprint md5="32e22e56e8803aa600edbd64278972a7"/>
<fingerprint md5=""/>
</file>
<file name="lhs_lib/SYS/lhs_log_ext.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="0" panelstate="+--"/>
<fingerprint md5="e71a63777923aebca7171593016d9b8f"/>
<fingerprint md5=""/>
</file>
<file name="lhttpd.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
@ -65,15 +65,15 @@
</file>
<file name="lweb.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
<fingerprint md5="817e2012204d23ee4279b6d487199ef7"/>
<fingerprint md5="d5f4253a4865cd5a555d702a60255df9"/>
</file>
<file name="lweb_header.pbi">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
<fingerprint md5="38ba04b2f95c396598e3f829256f77f1"/>
<fingerprint md5="3dd695c47cc54871a83b04fe07d2fbca"/>
</file>
<file name="server_example.pb">
<config load="0" scan="1" panel="1" warn="1" lastopen="1" panelstate="+"/>
<fingerprint md5="41e876adb9fd6b53c35d0e4b8390d8d0"/>
<fingerprint md5="542a2a146db00b759c59a819477c73b4"/>
</file>
</section>
<section name="targets">
@ -81,7 +81,7 @@
<inputfile value="server_example.pb"/>
<outputfile value="server_example"/>
<executable value="server_example"/>
<options thread="1" xpskin="1" debug="1"/>
<options thread="1" xpskin="1" debug="1" optimizer="0"/>
<format exe="console" cpu="0"/>
<debugger custom="1" type="standalone"/>
</target>
@ -89,7 +89,7 @@
<inputfile value="lhttpd.pb"/>
<outputfile value="lhttpd"/>
<executable value="lhttpd"/>
<options thread="1"/>
<options thread="1" optimizer="0"/>
<debugger custom="1" type="standalone"/>
</target>
</section>

View File

@ -80,7 +80,7 @@ DeclareModule lhs_web
#cha_R_MemoryAdress = "MemoryAdress" ;Element MemoryAdress :Converted to String
#cha_R_MemorySize = "MemorySize" ;Element MemorySize :Converted to String
#cha_R_StringBase64 = "StringBase64" ;Element StringBase64 :Base64 Encoded String
#cha_R_http_head_status = "HeaderStatus" ;200 OK 300 Error 500 Server Error usw.
#cha_R_http_head_status = "HeaderStatus" ;200 OK 300 Error 500 Server Error usw.
#error_string = "error"
#http_head_method = "method"
#http_head_request = "request"