diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-30 19:25:56 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-30 19:25:56 +0000 |
commit | 2a17cf4806caf64ee5ed71ccc741f21a4e767288 (patch) | |
tree | 82ab98f99ca3733c6e7234467736c00297830177 /update.php | |
parent | 85020546bdb156e7f9eefd4294f691b9a1ee1cd5 (diff) | |
download | ampache-2a17cf4806caf64ee5ed71ccc741f21a4e767288.tar.gz ampache-2a17cf4806caf64ee5ed71ccc741f21a4e767288.tar.bz2 ampache-2a17cf4806caf64ee5ed71ccc741f21a4e767288.zip |
fixed an old reference to conf
Diffstat (limited to 'update.php')
-rw-r--r-- | update.php | 22 |
1 files changed, 5 insertions, 17 deletions
@@ -18,24 +18,12 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -/*! - @header Update Document - This document handles updating from one version of Maintain to the next - if this doc is readable you can't login. stop.update and gone.fishing - must also be in place for this doc to work. +// We need this stuff +define('NO_SESSION','1'); +require 'lib/init.php'; -*/ - -/* Start House Keeping */ - - // We need this stuff - define('NO_SESSION','1'); - require 'lib/init.php'; - - // Get the version and format it - $version = Update::get_version(); - -/* End House Keeping */ +// Get the version and format it +$version = Update::get_version(); if ($_REQUEST['action'] == 'update') { |