also prevent it in .htacces. You may want to add this to one of your files in /etc...
[mailer.git] / css.php
diff --git a/css.php b/css.php
index 3b8a281387a191762125a988bda8e3176f8d6645..5178b29a0fa3c3259ead6154a05871bd3c6f2258 100644 (file)
--- a/css.php
+++ b/css.php
@@ -11,7 +11,7 @@
  * Kurzbeschreibung  : Ausgabe der Cascading-Style-Sheets (CSS)         *
  * -------------------------------------------------------------------- *
  * Copyright (c) 2003 - 2009 by Roland Haeder                           *
- * Copyright (c) 2009 - 2013 by Mailer Developer Team                   *
+ * Copyright (c) 2009 - 2016 by Mailer Developer Team                   *
  * For more information visit: http://mxchange.org                      *
  *                                                                      *
  * This program is free software; you can redistribute it and/or modify *
@@ -43,8 +43,8 @@ $GLOBALS['__start_time'] = microtime(TRUE);
 $GLOBALS['__module']      = 'css';
 $GLOBALS['__output_mode'] = 1;
 
-// Load the required file(s)
-require('inc/config-global.php');
+// Initialize application
+require('inc/init.php');
 
 // Set header
 setContentType('text/css');
@@ -53,7 +53,7 @@ setContentType('text/css');
 loadPageHeader();
 
 // Load CSS code
-loadInclude('inc/stylesheet.php');
+loadStyleSheets();
 
 // Load footer
 loadPageFooter();