diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-07 17:08:39 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-01-07 17:08:39 +0000 |
commit | 90d2acbc54b24b6e8207e12f1cabcbc7541ca447 (patch) | |
tree | 4b459790b571d66fdcc362e08eb553c71be632f6 /activate.php | |
parent | ccde71030e13605cf08cc4148071d396f513d383 (diff) | |
download | ampache-90d2acbc54b24b6e8207e12f1cabcbc7541ca447.tar.gz ampache-90d2acbc54b24b6e8207e12f1cabcbc7541ca447.tar.bz2 ampache-90d2acbc54b24b6e8207e12f1cabcbc7541ca447.zip |
removed old reference to /templates/default.css and reference passing in fsockopen on the httpq player
Diffstat (limited to 'activate.php')
-rw-r--r-- | activate.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activate.php b/activate.php index d635982e..b41b226f 100644 --- a/activate.php +++ b/activate.php @@ -31,7 +31,6 @@ if(!conf('allow_public_registration') || conf('demo_mode')) { } ?> <html><head> -<link rel="stylesheet" href="<?php echo $web_path; ?>/templates/default.css" type="text/css" /> <link rel="stylesheet" href="<?php echo $web_path; ?><?php echo conf('theme_path'); ?>/templates/default.css" type="text/css" /> <head><body> <?php |