25fév/110
HowTo Detect SSL in PHP
Here's a little function I had to use today to detect SSL for payments.
It detects if SSL is on, if not, it redirect the user to the SSL url.
Enjoy
27juin/100
OwnCloud
Owncloud is a centralized space to store files and documents. You need not download your personal data to a server like google docs closed since all data is under your control.
The access to this space can be done by WebDAV from Linux, Mac, Windows or directly from the web interface.
Data transfer is secure via SSL you can do with PHP.
This first version has many features of bases but the next version will store more stuff (storage, contacts, emails, metadata ...)
