diff options
author | Elias Probst <mail@eliasprobst.eu> | 2010-12-08 08:39:38 -0400 |
---|---|---|
committer | Karl Vollmer <vollmer@ampache.org> | 2010-12-08 08:39:38 -0400 |
commit | e0f8bbc6385bc83fcbb68d93ee0509a1aa0e6b89 (patch) | |
tree | e4fae1151f7df9d3d883a6117ec5e730a184ee22 /lib/init.php | |
parent | 2682a69a36cd16a7863d6ac1d94e8523f6c3c98f (diff) | |
download | ampache-e0f8bbc6385bc83fcbb68d93ee0509a1aa0e6b89.tar.gz ampache-e0f8bbc6385bc83fcbb68d93ee0509a1aa0e6b89.tar.bz2 ampache-e0f8bbc6385bc83fcbb68d93ee0509a1aa0e6b89.zip |
Squashed commit of the following:
commit 8a5127572c89f28f060d3ad0819136f79b65faef
Author: Elias Probst <mail@eliasprobst.eu>
Date: Wed Dec 8 03:51:20 2010 +0100
Rewrote the error message for duplicate ACLs. Expose the error message to the UI.
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/init.php b/lib/init.php index 979b500f..9c7adfe1 100644 --- a/lib/init.php +++ b/lib/init.php @@ -20,9 +20,6 @@ */ -// SVN Fluf -$svn_version = 'Subversion ' . trim('$Rev$','$ '); - // Use output buffering, this gains us a few things and // fixes some CSS issues ob_start(); @@ -90,7 +87,7 @@ if (!function_exists('hash') OR !function_exists('inet_pton') OR (strtoupper(sub } /** This is the version.... fluf nothing more... **/ -$results['version'] = '3.6-Alpha1 '. $svn_version; +$results['version'] = '3.6-Alpha1-DEV'; $results['int_config_version'] = '11'; $results['raw_web_path'] = $results['web_path']; |