]> git.mxchange.org Git - mailer.git/blobdiff - view.php
Code style changed, ext-user continued:
[mailer.git] / view.php
index 6595733672049ac704d62bfba67bf214aec07feb..afbdbff05c90de6af1963240ddeb478cc71a73f8 100644 (file)
--- a/view.php
+++ b/view.php
@@ -39,7 +39,7 @@
 require('inc/libs/security_functions.php');
 
 // Init start time
-$GLOBALS['__start_time'] = microtime(true);
+$GLOBALS['__start_time'] = microtime(TRUE);
 
 // Set module
 $GLOBALS['__module']      = 'view';
@@ -66,7 +66,7 @@ if ((isGetRequestElementSet('user')) && (isGetRequestElementSet('banner'))) {
                setContentType('image/' . substr($data['url'], -3, 3));
 
                // Redirect
-               redirectToUrl($data['url'], false);
+               redirectToUrl($data['url'], FALSE);
        } else {
                // @TODO No banner found, output some default banner
                logDebugMessage(__FILE__, __LINE__, 'Banner ' . bigintval(getRequestElement('banner')) . ' not dound.');