X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/06ddaedaa98e5ad18bd0a24dcf1313d7f4d2465b..a7c8936abc0bf04b4410c4bc5ad0eaebe49b816e:/lib/MECON/HTML/Page.php diff --git a/lib/MECON/HTML/Page.php b/lib/MECON/HTML/Page.php index c50bf21..e43ba41 100644 --- a/lib/MECON/HTML/Page.php +++ b/lib/MECON/HTML/Page.php @@ -40,7 +40,7 @@ class MECON_HTML_Page extends HTML_Page { * @return void * @access public */ - function MECON_HTML_Page() // ~X2C + function MECON_HTML_Page() { parent::HTML_Page( array ( @@ -100,8 +100,12 @@ class MECON_HTML_Page extends HTML_Page { $this->addBodyContent('
'); $this->addBodyContent($this->_dump->r_display($var)); $this->addBodyContent(''); - if ($exit) exit; + if ($exit) { + $this->display(); + exit; + } } } + ?> \ No newline at end of file