diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-03 19:21:06 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-01-03 19:21:06 +0000 |
commit | 939ccaa4fbd771c7a870872f6571796029d0d004 (patch) | |
tree | 46af8b4c8a37d5ccf96f5fc3c0c2425448ac2ff3 /activate.php | |
parent | 224e53cbe2ad7c7cfdd72ef66049fa8e708144d3 (diff) | |
download | ampache-939ccaa4fbd771c7a870872f6571796029d0d004.tar.gz ampache-939ccaa4fbd771c7a870872f6571796029d0d004.tar.bz2 ampache-939ccaa4fbd771c7a870872f6571796029d0d004.zip |
forgot some <?php mojo
Diffstat (limited to 'activate.php')
-rw-r--r-- | activate.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activate.php b/activate.php index 61d0d0d5..ff0200b6 100644 --- a/activate.php +++ b/activate.php @@ -30,7 +30,7 @@ if(!conf('allow_public_registration') || conf('demo_mode')) { ?> <html><head> -show_template('style'); +<?php show_template('style'); ?> <head><body> <?php |