feindura 1.1 released

I'am proud to anounce the first stable release of feindura.
Besides many new features and fixed security holes, i renewed the basic structure in most parts.


Get it here

Important

The feindura class name has changed, the initial character is now written in uppercase like: "Feindura".
Therefore, the feindura class is implemented now as follows:

 
<?php

include('cms/feindura.include.php');

$myCms = new Feindura();

?>