diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-29 07:21:47 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-07-29 07:21:47 +0000 |
commit | 755ab35f6b6b0e78bbff6ca24f3f44008d9a4f71 (patch) | |
tree | bef53f58330458ed620afd0e9ada526355d99ff7 /templates/show_test_config.inc.php | |
parent | ee9999a93074c737ffc298c8370ef05a3121cfa0 (diff) | |
download | ampache-755ab35f6b6b0e78bbff6ca24f3f44008d9a4f71.tar.gz ampache-755ab35f6b6b0e78bbff6ca24f3f44008d9a4f71.tar.bz2 ampache-755ab35f6b6b0e78bbff6ca24f3f44008d9a4f71.zip |
fixed the album art gathering, enabled art resizing and saving of said stuff... not sure if saving and retriving is saving any time. tweaked show test config wording
Diffstat (limited to 'templates/show_test_config.inc.php')
-rw-r--r-- | templates/show_test_config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_test_config.inc.php b/templates/show_test_config.inc.php index 986fb263..c5a6abb3 100644 --- a/templates/show_test_config.inc.php +++ b/templates/show_test_config.inc.php @@ -47,7 +47,7 @@ If you are upgrading from 3.3.x please see the directions below.</p> <h3>Migrating from 3.3.x to 3.4.x</h3> <p>Ampache 3.4 uses a different config parser that is over 10x faster then the previous version. Unfortunately the new parser is -unable to read the old config files. You must run <strong>/bin/migrate_config.inc</strong> from the command line to create your +unable to read the old config files. You must run <strong>php /bin/migrate_config.inc</strong> from the command line to create your new config file.</p> <p>The following settings will not be migrated by the <strong>migrate_config.inc</strong> script due to major changes between versions. The default |