diff options
-rw-r--r-- | cf/conf/config.xml | 2 | ||||
-rw-r--r-- | conf.default/config.xml | 2 | ||||
-rwxr-xr-x | usr/local/www/index.php | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index daa0edf..5b0c3ce 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -3,7 +3,7 @@ <pfsense> <version>2.0</version> <lastchange></lastchange> - <theme>pfsense</theme> + <theme>metallic</theme> <system> <optimization>normal</optimization> <schedulertype>priq</schedulertype> diff --git a/conf.default/config.xml b/conf.default/config.xml index 52bb34d..1681910 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -3,7 +3,7 @@ <pfsense> <version>2.1</version> <lastchange></lastchange> - <theme>pfsense</theme> + <theme>metallic</theme> <system> <optimization>normal</optimization> <hostname>pfSense</hostname> diff --git a/usr/local/www/index.php b/usr/local/www/index.php index fc12bfe..e28cd38 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -240,6 +240,7 @@ include("fbegin.inc"); <script type="text/javascript"> NiftyCheck(); Rounded("div#nifty","top","#FFF","#EEEEEE","smooth"); + alert(document.location); </script> |