Skip to content
Snippets Groups Projects
Commit 210e5d5c authored by Robin Appelman's avatar Robin Appelman
Browse files

improved loading speed of default syle sheet

parent a23c74bd
No related branches found
No related tags found
No related merge requests found
<?php
header('Content-Type: text/css');
require_once('../inc/lib_base.php');
// calculate the documentroot
$SERVERROOT=substr(__FILE__,0,-16);
$DOCUMENTROOT=realpath($_SERVER['DOCUMENT_ROOT']);
$SERVERROOT=str_replace("\\",'/',$SERVERROOT);
$SUBURI=substr(realpath($_SERVER["SCRIPT_FILENAME"]),strlen($SERVERROOT));
$WEBROOT=substr($_SERVER["SCRIPT_NAME"],0,strlen($_SERVER["SCRIPT_NAME"])-strlen($SUBURI));
?>
html, body {
background-color: #F9F9F9;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment