add current dev version (WIP)
authorStricted <info@stricted.de>
Wed, 23 Dec 2015 19:15:10 +0000 (20:15 +0100)
committerStricted <info@stricted.de>
Wed, 23 Dec 2015 19:15:10 +0000 (20:15 +0100)
commitff49a0beb7ca2d2ae71a3723680ed5cbe41eb92a
treebb31347ed34247e4b2986babc5d82022ee8a37e8
parent64ff9617e9008c62c55cf4306dd1b836d80157e3
add current dev version (WIP)
34 files changed:
cache/.gitignore [new file with mode: 0644]
config.inc.php.example
database.sql
index.php
js/default/functions.js
lib/api/page/ServerPage.class.php
lib/page/LoginPage.class.php
lib/system/DNS.class.php
lib/system/RequestHandler.class.php
lib/system/SingletonFactory.class.php [new file with mode: 0644]
lib/system/SystemException.class.php
lib/system/User.class.php
lib/system/api/smarty
lib/system/cache/CacheHandler.class.php [new file with mode: 0644]
lib/system/cache/builder/AbstractCacheBuilder.class.php [new file with mode: 0644]
lib/system/cache/builder/ControllerCacheBuilder.class.php [new file with mode: 0644]
lib/system/cache/builder/DNSApiCacheBuilder.class.php [new file with mode: 0644]
lib/system/cache/builder/ICacheBuilder.class.php [new file with mode: 0644]
lib/system/cache/source/DiskCacheSource.class.php [new file with mode: 0644]
lib/system/cache/source/ICacheSource.class.php [new file with mode: 0644]
lib/system/template/plugins/block.link.php [new file with mode: 0644]
lib/system/template/plugins/function.pages.php
lib/system/template/plugins/prefilter.hascontent.php
templates/default/apiManagement.tpl
templates/default/domainAdd.tpl
templates/default/error.tpl
templates/default/header.tpl
templates/default/index.tpl
templates/default/login.tpl
templates/default/recordAdd.tpl
templates/default/recordEdit.tpl
templates/default/recordList.tpl
templates/default/secAdd.tpl
templates/default/secList.tpl