public
Description: Git mirror of the CMS Made Simple 2.0 rewrite
Homepage: http://cmsmadesimple.org
Clone URL: git://github.com/tedkulp/cmsmadesimple-2-0.git
Search Repo:
cmsmadesimple-2-0 / admin / loginstyle.php
100644 7 lines (7 sloc) 0.178 kb
1
2
3
4
5
6
7
<?php
header("Content-type: text/css");
if (file_exists(dirname(__FILE__)."/themes/default/css/style.css"))
  {
  readfile(dirname(__FILE__)."/themes/default/css/style.css");
}
?>