Ignore:
Timestamp:
Oct 26, 2010, 4:00:33 PM (14 years ago)
Author:
repie38
Message:

Case sensitive url for admin css in some environement.
added anti-hack method in maintain.inc.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Random_Header/admin/rh_admin.php

    r7358 r7401  
    1919$template->assign("RH_VERSION",RH_VERSION);
    2020$template->assign("RH_confpanel",realpath( dirname(__FILE__).'/rh_theme_conf.tpl'));
     21$template->append('head_elements','<link rel="stylesheet" type="text/css" href="'.RH_PATH.'admin/rh_admin.css" />');
    2122$rhthemes = new themes();
    2223$rh_vierge=0;
Note: See TracChangeset for help on using the changeset viewer.