rdv mail system
authorKilian Saffran <ksaffran@dks.lu>
Tue, 19 Mar 2019 09:44:25 +0000 (10:44 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Tue, 19 Mar 2019 09:44:25 +0000 (10:44 +0100)
commitb7730c216bcb8be119baeb2aaebdebeda062e516
tree54b096ebaf83dbfc617f70b23275d74c4ef7025f
parentb435040c4890a51d2697a9e607b1ba179b19329d
rdv mail system
173 files changed:
index.php
lib/database.php
lib/lib/IO/All.pm [new file with mode: 0644]
lib/lib/IO/All.pod [new file with mode: 0644]
lib/lib/IO/All/Base.pm [new file with mode: 0644]
lib/lib/IO/All/DBM.pm [new file with mode: 0644]
lib/lib/IO/All/DBM.pod [new file with mode: 0644]
lib/lib/IO/All/Dir.pm [new file with mode: 0644]
lib/lib/IO/All/Dir.pod [new file with mode: 0644]
lib/lib/IO/All/File.pm [new file with mode: 0644]
lib/lib/IO/All/File.pod [new file with mode: 0644]
lib/lib/IO/All/Filesys.pm [new file with mode: 0644]
lib/lib/IO/All/Filesys.pod [new file with mode: 0644]
lib/lib/IO/All/Link.pm [new file with mode: 0644]
lib/lib/IO/All/Link.pod [new file with mode: 0644]
lib/lib/IO/All/MLDBM.pm [new file with mode: 0644]
lib/lib/IO/All/MLDBM.pod [new file with mode: 0644]
lib/lib/IO/All/Pipe.pm [new file with mode: 0644]
lib/lib/IO/All/Pipe.pod [new file with mode: 0644]
lib/lib/IO/All/STDIO.pm [new file with mode: 0644]
lib/lib/IO/All/STDIO.pod [new file with mode: 0644]
lib/lib/IO/All/Socket.pm [new file with mode: 0644]
lib/lib/IO/All/Socket.pod [new file with mode: 0644]
lib/lib/IO/All/String.pm [new file with mode: 0644]
lib/lib/IO/All/String.pod [new file with mode: 0644]
lib/lib/IO/All/Temp.pm [new file with mode: 0644]
lib/lib/IO/All/Temp.pod [new file with mode: 0644]
lib/lib/IO/AtomicFile.pm [new file with mode: 0644]
lib/lib/IO/CaptureOutput.pm [new file with mode: 0644]
lib/lib/IO/Compress/Adapter/Lzma.pm [new file with mode: 0644]
lib/lib/IO/Compress/Adapter/Xz.pm [new file with mode: 0644]
lib/lib/IO/Compress/Lzma.pm [new file with mode: 0644]
lib/lib/IO/Compress/Xz.pm [new file with mode: 0644]
lib/lib/IO/HTML.pm [new file with mode: 0644]
lib/lib/IO/InnerFile.pm [new file with mode: 0644]
lib/lib/IO/Interactive.pm [new file with mode: 0644]
lib/lib/IO/Lines.pm [new file with mode: 0644]
lib/lib/IO/Scalar.pm [new file with mode: 0644]
lib/lib/IO/ScalarArray.pm [new file with mode: 0644]
lib/lib/IO/SessionData.pm [new file with mode: 0644]
lib/lib/IO/SessionSet.pm [new file with mode: 0644]
lib/lib/IO/Socket/INET6.pm [new file with mode: 0644]
lib/lib/IO/Socket/SSL.pm [new file with mode: 0644]
lib/lib/IO/Socket/SSL.pod [new file with mode: 0644]
lib/lib/IO/Socket/SSL/Intercept.pm [new file with mode: 0644]
lib/lib/IO/Socket/SSL/PublicSuffix.pm [new file with mode: 0644]
lib/lib/IO/Socket/SSL/Utils.pm [new file with mode: 0644]
lib/lib/IO/Socket/Socks.pm [new file with mode: 0644]
lib/lib/IO/String.pm [new file with mode: 0644]
lib/lib/IO/Stringy.pm [new file with mode: 0644]
lib/lib/IO/Uncompress/Adapter/UnLzma.pm [new file with mode: 0644]
lib/lib/IO/Uncompress/Adapter/UnXz.pm [new file with mode: 0644]
lib/lib/IO/Uncompress/UnLzma.pm [new file with mode: 0644]
lib/lib/IO/Uncompress/UnXz.pm [new file with mode: 0644]
lib/lib/IO/Wrap.pm [new file with mode: 0644]
lib/lib/IO/WrapTie.pm [new file with mode: 0644]
lib/lib/Net/DNS.pm [new file with mode: 0644]
lib/lib/Net/DNS/Domain.pm [new file with mode: 0644]
lib/lib/Net/DNS/DomainName.pm [new file with mode: 0644]
lib/lib/Net/DNS/FAQ.pod [new file with mode: 0644]
lib/lib/Net/DNS/Header.pm [new file with mode: 0644]
lib/lib/Net/DNS/Mailbox.pm [new file with mode: 0644]
lib/lib/Net/DNS/Nameserver.pm [new file with mode: 0644]
lib/lib/Net/DNS/Packet.pm [new file with mode: 0644]
lib/lib/Net/DNS/Parameters.pm [new file with mode: 0644]
lib/lib/Net/DNS/Question.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/A.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/AAAA.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/AFSDB.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/APL.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/CAA.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/CDNSKEY.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/CDS.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/CERT.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/CNAME.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/CSYNC.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/DHCID.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/DLV.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/DNAME.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/DNSKEY.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/DS.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/EUI48.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/EUI64.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/GPOS.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/HINFO.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/HIP.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/IPSECKEY.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/ISDN.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/KEY.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/KX.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/L32.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/L64.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/LOC.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/LP.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/MB.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/MG.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/MINFO.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/MR.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/MX.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/NAPTR.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/NID.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/NS.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/NSEC.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/NSEC3.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/NSEC3PARAM.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/NULL.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/OPENPGPKEY.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/OPT.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/PTR.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/PX.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/RP.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/RRSIG.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/RT.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/SIG.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/SMIMEA.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/SOA.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/SPF.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/SRV.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/SSHFP.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/TKEY.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/TLSA.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/TSIG.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/TXT.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/URI.pm [new file with mode: 0644]
lib/lib/Net/DNS/RR/X25.pm [new file with mode: 0644]
lib/lib/Net/DNS/Resolver.pm [new file with mode: 0644]
lib/lib/Net/DNS/Resolver/Base.pm [new file with mode: 0644]
lib/lib/Net/DNS/Resolver/MSWin32.pm [new file with mode: 0644]
lib/lib/Net/DNS/Resolver/Recurse.pm [new file with mode: 0644]
lib/lib/Net/DNS/Resolver/UNIX.pm [new file with mode: 0644]
lib/lib/Net/DNS/Resolver/android.pm [new file with mode: 0644]
lib/lib/Net/DNS/Resolver/cygwin.pm [new file with mode: 0644]
lib/lib/Net/DNS/Resolver/os2.pm [new file with mode: 0644]
lib/lib/Net/DNS/Resolver/os390.pm [new file with mode: 0644]
lib/lib/Net/DNS/Text.pm [new file with mode: 0644]
lib/lib/Net/DNS/Update.pm [new file with mode: 0644]
lib/lib/Net/DNS/ZoneFile.pm [new file with mode: 0644]
lib/lib/Net/HTTP.pm [new file with mode: 0644]
lib/lib/Net/HTTP/Methods.pm [new file with mode: 0644]
lib/lib/Net/HTTP/NB.pm [new file with mode: 0644]
lib/lib/Net/HTTPS.pm [new file with mode: 0644]
lib/lib/Net/IMAP/Client.pm [new file with mode: 0644]
lib/lib/Net/IMAP/Client/MsgAddress.pm [new file with mode: 0644]
lib/lib/Net/IMAP/Client/MsgSummary.pm [new file with mode: 0644]
lib/lib/Net/SMTPS.pm [new file with mode: 0644]
lib/lib/Net/SSH2.pm [new file with mode: 0644]
lib/lib/Net/SSH2/Channel.pm [new file with mode: 0644]
lib/lib/Net/SSH2/Constants.pm [new file with mode: 0644]
lib/lib/Net/SSH2/Dir.pm [new file with mode: 0644]
lib/lib/Net/SSH2/File.pm [new file with mode: 0644]
lib/lib/Net/SSH2/KnownHosts.pm [new file with mode: 0644]
lib/lib/Net/SSH2/Listener.pm [new file with mode: 0644]
lib/lib/Net/SSH2/PublicKey.pm [new file with mode: 0644]
lib/lib/Net/SSH2/SFTP.pm [new file with mode: 0644]
lib/lib/Net/SSL.pm [new file with mode: 0644]
lib/lib/Net/SSLeay.pm [new file with mode: 0644]
lib/lib/Net/SSLeay.pod [new file with mode: 0644]
lib/lib/Net/SSLeay/Handle.pm [new file with mode: 0644]
lib/lib/Net/Telnet.pm [new file with mode: 0644]
lib/process_email.php [moved from lib/sendemail.php with 69% similarity]
lib/process_payment.php [new file with mode: 0644]
lib/process_profile.php [new file with mode: 0644]
lib/process_rdv.php [new file with mode: 0644]
lib/processdata.php
phpinfo.php [new file with mode: 0644]
site.js
tmpl/blocks/avocatsearch.php
tmpl/javascript.php
tmpl/pages/profile/annuaire.php [new file with mode: 0644]
tmpl/pages/profile/profile.php
tmpl/pages/rendezvous.php
tmpl/pages/rendezvousevent.php