mikuli.cz

:)
git clone https://git.sr.ht/~ashymad/mikuli.cz
Log | Files | Refs

commit e8cd6d9cbfa544a7394913755f1e12ab2f442fe5
parent 115839bcf15fb69eaf1803729222d36a4929f096
Author: markseu <mark2011@mayberg.se>
Date:   Wed, 11 Dec 2013 21:30:02 +0100

Code cleanup (new API)

Diffstat:
Msystem/core/core.php | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/system/core/core.php b/system/core/core.php @@ -5,7 +5,7 @@ // Yellow main class class Yellow { - const Version = "0.2.2"; + const Version = "0.2.3"; var $page; //current page data var $pages; //current page tree from file system var $config; //configuration @@ -327,12 +327,6 @@ class Yellow { $this->plugins->register($name, $class, $version); } - - // Add page response header, OBSOLETE DON'T USE - function header($responseHeader) - { - $this->page->header($responseHeader); - } } // Yellow page data